public final class Customer extends Object implements Contact, RelevantNullChecker
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Customer()
public Customer(Contact contact)
public Long getAccount()
null for nonepublic String getBusinessName()
getBusinessName in interface Contactnull for nonepublic Customer setBusinessName(String businessName)
businessName - businessName or null for nonepublic String getCcEmail()
getCcEmail in interface Contactnull for nonepublic Customer setCcEmail(String ccEmail)
ccEmail - ccEmail or null for nonepublic String getCity()
public Boolean getCompany()
getCompany in interface Contactpublic String getCompanyId()
getCompanyId in interface Contactnull for nonepublic Customer setCompanyId(String companyId)
companyId - companyId or null for nonepublic String getContactEmail()
getContactEmail in interface Contactnull for nonepublic Customer setContactEmail(String contactEmail)
contactEmail - contactEmail or null for nonepublic String getContactPhone()
getContactPhone in interface Contactnull for nonepublic Customer setContactPhone(String contactPhone)
contactPhone - contactPhone or null for nonepublic String getCountry()
getCountry in interface Contactnull for nonepublic Customer setCountry(String country)
country - country or null for nonepublic String getEmail()
null for nonepublic String getFirstName()
getFirstName in interface Contactnull for nonepublic Customer setFirstName(String firstName)
firstName - firstName or null for nonepublic String getMiddleName()
getMiddleName in interface Contactnull for nonepublic void setMiddleName(String middleName)
middleName - middleName or null for nonepublic String getLastName()
getLastName in interface Contactnull for nonepublic Customer setLastName(String lastName)
lastName - lastName or null for nonepublic String getLocale()
null for nonepublic String getLogoServingUrl()
null for nonepublic Customer setLogoServingUrl(String logoServingUrl)
logoServingUrl - logoServingUrl or null for nonepublic CustomerPostalAddress getPostalAddress()
null for nonepublic Customer setPostalAddress(CustomerPostalAddress postalAddress)
postalAddress - postalAddress or null for nonepublic boolean setPostalAddressIf(CustomerPostalAddress postalAddress)
public String getPostcode()
getPostcode in interface Contactnull for nonepublic Customer setPostcode(String postcode)
postcode - postcode or null for nonepublic String getPrefix()
public String getStreet()
public String getSuffix()
public String getTaxId()
public String getVatId()
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.