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