public final class AddressFormatsResponse extends java.lang.Object implements BaseResponse
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashMap<java.lang.String,AddressFormat> |
countryFormats
The Country formats.
|
(package private) java.util.ArrayList<AddressField> |
fields
The Fields.
|
(package private) java.util.ArrayList<BillingAddressFormat> |
formats
The Formats.
|
Constructor and Description |
---|
AddressFormatsResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,AddressFormat> |
getCountryFormats()
Gets country formats.
|
java.util.ArrayList<AddressField> |
getFields()
Gets fields.
|
java.util.ArrayList<BillingAddressFormat> |
getFormats()
Gets formats.
|
@SerializedName(value="formats") @Expose java.util.ArrayList<BillingAddressFormat> formats
@SerializedName(value="country_formats") @Expose java.util.HashMap<java.lang.String,AddressFormat> countryFormats
@SerializedName(value="fields") @Expose java.util.ArrayList<AddressField> fields
public java.util.ArrayList<BillingAddressFormat> getFormats()
public java.util.HashMap<java.lang.String,AddressFormat> getCountryFormats()
public java.util.ArrayList<AddressField> getFields()