NameLocation |
NameLocation.city(String city) |
The city where the merchant is located.
|
NameLocation |
NameLocation.country(String country) |
The country where the merchant is located in [three-letter country
code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) format.
|
NameLocation |
NameLocation.countryOfOrigin(String countryOfOrigin) |
The home country in [three-digit country
code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric) format, used for government-controlled
merchants such as embassies.
|
static NameLocation |
NameLocation.fromJson(String jsonString) |
Create an instance of NameLocation given an JSON string
|
NameLocation |
MerchantData.getNameLocation() |
Get nameLocation
|
NameLocation |
NameLocation.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
NameLocation |
NameLocation.name(String name) |
The name of the merchant's shop or service.
|
NameLocation |
NameLocation.rawData(String rawData) |
The raw data.
|
NameLocation |
NameLocation.state(String state) |
The state where the merchant is located.
|