returnAddress Object
The returnAddress object contains the properties with the information to make up the return address. It has no methods; properties are set and accessed directly.
Object Properties
Property | Type | Description |
---|---|---|
name | string | Name of the individal |
organization | string | Name of the organization |
address1 | string | Address line 1 |
address2 | string | Address line 2 |
city | string | City |
state | string | State |
postalCode | string | ZIP or postal code |
Updated 8 months ago