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