new module:model/AddressInformationInput()
- Source:
Constructs a new AddressInformationInput
.
Contains address input information.
Members
(inner) addressInformation :module:model/AddressInformation
- Source:
A complex type that contains the following information for the new account: address1
, address2
, city
, country
, fax
, phone
, postalCode
and stateOrProvince
. The maximum characters for the strings are: * address1
, address2
, city
, country
and stateOrProvince
: 100 characters * postalCode
, phone
, and fax
: 20 characters Note: If country is US (United States), stateOrProvince
codes are validated. Otherwise, stateOrProvince
is treated as a non-validated string used to specify a state, province, or region.
Type:
(inner) displayLevelCode :String
- Source:
Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay
Type:
- String
(inner) receiveInResponse :String
- Source:
When set to true, the information needs to be returned in the response.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/AddressInformationInput}
- Source:
Constructs a AddressInformationInput
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/AddressInformationInput | Optional instance to populate. |
Returns:
The populated AddressInformationInput
instance.