withBusinessUser method

BillingInfoBuilder withBusinessUser()

Implementation

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