public class BillingAddressFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<BillingAddressField> |
fields
The Fields.
|
(package private) AddressFormat |
name
The Name.
|
Constructor and Description |
---|
BillingAddressFormat() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BillingAddressField> |
getFields()
Gets fields.
|
AddressFormat |
getName()
Gets name.
|
@SerializedName(value="name") @Expose AddressFormat name
@SerializedName(value="fields") @Expose java.util.ArrayList<BillingAddressField> fields
public AddressFormat getName()
public java.util.ArrayList<BillingAddressField> getFields()