withPostalCode method

BillingInfoBuilder withPostalCode(
  1. String postalCode
)

Implementation

BillingInfoBuilder withPostalCode(String postalCode) {
  _postalCode = postalCode;
  return this;
}