withAddressLine1 method
Implementation
BillingInfoBuilder withAddressLine1(String addressLine1) {
_addressLine1 = addressLine1;
return this;
}
BillingInfoBuilder withAddressLine1(String addressLine1) {
_addressLine1 = addressLine1;
return this;
}