public final class PricingCustomer extends Object
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| 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()
null for nonepublic PricingCustomer setCountry(String country)
country - country or null for nonepublic String getEmail()
null for nonepublic PricingCustomer setEmail(String email)
email - email or null for nonepublic Boolean getVatPayer()
null for nonepublic PricingCustomer setVatPayer(Boolean vatPayer)
vatPayer - vatPayer or null for noneCopyright © 2020. All rights reserved.