withBusinessUser method
Implementation
BillingInfoBuilder withBusinessUser() {
_customerType = BillingCustomerType.business;
_vatNumber = 'SE123456789123';
_vatType = 'eu_vat';
_country = 'SE';
return this;
}
BillingInfoBuilder withBusinessUser() {
_customerType = BillingCustomerType.business;
_vatNumber = 'SE123456789123';
_vatType = 'eu_vat';
_country = 'SE';
return this;
}