public final class PricingCustomer extends Object
| Constructor and Description |
|---|
PricingCustomer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry() |
String |
getEmail() |
Boolean |
getVatPayer() |
PricingCustomer |
setCountry(String country) |
PricingCustomer |
setEmail(String email) |
PricingCustomer |
setVatPayer(Boolean vatPayer) |
public String getCountry()
public PricingCustomer setCountry(String country)
public String getEmail()
public PricingCustomer setEmail(String email)
public Boolean getVatPayer()
public PricingCustomer setVatPayer(Boolean vatPayer)
Copyright © 2020. All rights reserved.