public final class Creditor 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 |
|---|
Creditor() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccount() |
String |
getBusinessName() |
String |
getCity() |
String |
getCompanyId() |
CreditorContactDetails |
getContact() |
String |
getCountry() |
Double |
getLatitude() |
String |
getLegalForm() |
String |
getLogoServingUrl() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getStreet() |
String |
getTaxId() |
String |
getVatId() |
Boolean |
getVatPayer() |
Creditor |
setAccount(Long account) |
Creditor |
setBusinessName(String businessName) |
Creditor |
setCity(String city) |
Creditor |
setCompanyId(String companyId) |
Creditor |
setContact(CreditorContactDetails contact) |
Creditor |
setCountry(String country) |
Creditor |
setLatitude(Double latitude) |
Creditor |
setLegalForm(String legalForm) |
Creditor |
setLogoServingUrl(String logoServingUrl) |
Creditor |
setLongitude(Double longitude) |
Creditor |
setPostcode(String postcode) |
Creditor |
setStreet(String street) |
Creditor |
setTaxId(String taxId) |
Creditor |
setVatId(String vatId) |
Creditor |
setVatPayer(Boolean vatPayer) |
public Long getAccount()
null for nonepublic String getBusinessName()
null for nonepublic Creditor setBusinessName(String businessName)
businessName - businessName or null for nonepublic String getCity()
null for nonepublic String getCompanyId()
null for nonepublic Creditor setCompanyId(String companyId)
companyId - companyId or null for nonepublic CreditorContactDetails getContact()
null for nonepublic Creditor setContact(CreditorContactDetails contact)
contact - contact or null for nonepublic String getCountry()
null for nonepublic Creditor setCountry(String country)
country - country or null for nonepublic Double getLatitude()
null for nonepublic Creditor setLatitude(Double latitude)
latitude - latitude or null for nonepublic String getLegalForm()
null for nonepublic Creditor setLegalForm(String legalForm)
legalForm - legalForm or null for nonepublic String getLogoServingUrl()
null for nonepublic Creditor setLogoServingUrl(String logoServingUrl)
logoServingUrl - logoServingUrl or null for nonepublic Double getLongitude()
null for nonepublic Creditor setLongitude(Double longitude)
longitude - longitude or null for nonepublic String getPostcode()
null for nonepublic Creditor setPostcode(String postcode)
postcode - postcode or null for nonepublic String getStreet()
null for nonepublic String getTaxId()
null for nonepublic String getVatId()
null for nonepublic Boolean getVatPayer()
null for noneCopyright © 2020. All rights reserved.