new module:model/AddressInformationV2()
- Source:
Constructs a new AddressInformationV2
.
Members
(inner) address1 :String
- Source:
First Line of the address. Maximum length: 100 characters.
Type:
- String
(inner) address2 :String
- Source:
Second Line of the address. Maximum length: 100 characters.
Type:
- String
(inner) city :String
- Source:
Type:
- String
(inner) country :String
- Source:
Specifies the country associated with the address.
Type:
- String
(inner) fax :String
- Source:
Type:
- String
(inner) phone :String
- Source:
Type:
- String
(inner) postalCode :String
- Source:
Type:
- String
(inner) stateOrProvince :String
- Source:
The state or province associated with the address.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/AddressInformationV2}
- Source:
Constructs a AddressInformationV2
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/AddressInformationV2 | Optional instance to populate. |
Returns:
The populated AddressInformationV2
instance.