public final class PricingCustomer extends Object
| Constructor and Description |
|---|
PricingCustomer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountry()
The customer country code (ISO 3166 alpha-2).
|
String |
getEmail()
The login email address within address book as the customer's identification.
|
Boolean |
getVatPayer()
The boolean indication whether customer's company is registered as VAT payer.
|
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 © 2023. All rights reserved.