withPrivateUser method

BillingInfoBuilder withPrivateUser()

Implementation

BillingInfoBuilder withPrivateUser() {
  _customerType = BillingCustomerType.private;
  _vatNumber = null;
  _vatType = null;
  return this;
}