An AddressShip represents a shipping name, address, and phone number. It differs from an Address in that it includes an Attention property.
Properties
Name | Type | Description |
---|---|---|
Name | string | The name or company for the address. |
Attention | string | The attention line for the address. |
Address1 | string | The first line of the street address for the address. |
Address2 | string | The second line of the street address for the address. |
City | string | The city for the address. |
State | string | The state, province, or other applicable municipality for the address. |
PostalCode | string | The ZIP or postal code for the address. |
Country | string | The 2-character country code for the address. |
Phone | string | The phone number for the address. |