Address |
Address.city(String city) |
The name of the city.
|
Address |
Address.companyName(String companyName) |
The name of the company.
|
Address |
Address.country(String country) |
The two-letter country code, in [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
|
static Address |
Address.fromJson(String jsonString) |
Create an instance of Address given an JSON string
|
Address |
BillingEntity.getAddress() |
Get address
|
Address |
ShippingLocation.getAddress() |
Get address
|
Address |
Address.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
Address |
Address.postalCode(String postalCode) |
The postal code.
|
Address |
Address.stateOrProvince(String stateOrProvince) |
The state or province as defined in [ISO 3166-2](https://www.iso.org/standard/72483.html).
|
Address |
Address.streetAddress(String streetAddress) |
The name of the street, and the house or building number.
|
Address |
Address.streetAddress2(String streetAddress2) |
Additional address details, if any.
|