ShippingAddress interface
Shipping address where customer wishes to receive the device.
Properties
| address |
Type of address. |
| city | Name of the City. |
| company |
Name of the company. |
| country | Name of the Country. |
| postal |
Postal code. |
| state |
Name of the State or Province. |
| street |
Street Address line 1. |
| street |
Street Address line 2. |
| street |
Street Address line 3. |
| zip |
Extended Zip Code. |
Property Details
addressType
Type of address.
addressType?: string
Property Value
string
city
Name of the City.
city?: string
Property Value
string
companyName
Name of the company.
companyName?: string
Property Value
string
country
Name of the Country.
country: string
Property Value
string
postalCode
Postal code.
postalCode?: string
Property Value
string
stateOrProvince
Name of the State or Province.
stateOrProvince?: string
Property Value
string
streetAddress1
Street Address line 1.
streetAddress1?: string
Property Value
string
streetAddress2
Street Address line 2.
streetAddress2?: string
Property Value
string
streetAddress3
Street Address line 3.
streetAddress3?: string
Property Value
string
zipExtendedCode
Extended Zip Code.
zipExtendedCode?: string
Property Value
string