public class InvoicingConfigBillingAddress extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
InvoicingConfigBillingAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
InvoicingConfigBillingAddress |
businessName(String businessName)
The billing address business name.
|
InvoicingConfigBillingAddress |
city(String city)
The billing address city.
|
InvoicingConfigBillingAddress |
country(String country)
The billing address ISO 3166 alpha-2 country code.
|
String |
getBusinessName() |
String |
getCity() |
String |
getCountry() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getStreet() |
InvoicingConfigBillingAddress |
latitude(Double latitude)
The billing address latitude geographic coordinate, generated by the service.
|
InvoicingConfigBillingAddress |
longitude(Double longitude)
The billing address longitude geographic coordinate, generated by the service.
|
InvoicingConfigBillingAddress |
postcode(String postcode)
The billing address postal code.
|
void |
setBusinessName(String businessName) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setPostcode(String postcode) |
void |
setStreet(String street) |
InvoicingConfigBillingAddress |
street(String street)
The billing address street and street number.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic InvoicingConfigBillingAddress businessName(String businessName)
public String getBusinessName()
public void setBusinessName(String businessName)
public InvoicingConfigBillingAddress street(String street)
public String getStreet()
public void setStreet(String street)
public InvoicingConfigBillingAddress city(String city)
public String getCity()
public void setCity(String city)
public InvoicingConfigBillingAddress country(String country)
public String getCountry()
public void setCountry(String country)
public InvoicingConfigBillingAddress postcode(String postcode)
public String getPostcode()
public void setPostcode(String postcode)
public InvoicingConfigBillingAddress latitude(Double latitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public InvoicingConfigBillingAddress longitude(Double longitude)
public Double getLongitude()
public void setLongitude(Double longitude)
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.