AddressShip

An AddressShip represents a shipping name, address, and phone number. It differs from an Address in that it includes an Attention property.

Properties

NameTypeDescription
NamestringThe name or company for the address.
AttentionstringThe attention line for the address.
Address1stringThe first line of the street address for the address.
Address2stringThe second line of the street address for the address.
CitystringThe city for the address.
StatestringThe state, province, or other applicable municipality for the address.
PostalCodestringThe ZIP or postal code for the address.
CountrystringThe 2-character country code for the address.
PhonestringThe phone number for the address.