withAddressLine2 method

BillingInfoBuilder withAddressLine2(
  1. String? addressLine2
)

Implementation

BillingInfoBuilder withAddressLine2(String? addressLine2) {
  _addressLine2 = addressLine2;
  return this;
}