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. |
skip |
Flag to indicate if customer has chosen to skip default address validation |
state |
Name of the State or Province. |
street |
Street Address line 1. |
street |
Street Address line 2. |
street |
Street Address line 3. |
tax |
Tax Identification Number |
zip |
Extended Zip Code. |
Property Details
addressType
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
skipAddressValidation
Flag to indicate if customer has chosen to skip default address validation
skipAddressValidation?: boolean
Property Value
boolean
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
taxIdentificationNumber
Tax Identification Number
taxIdentificationNumber?: string
Property Value
string
zipExtendedCode
Extended Zip Code.
zipExtendedCode?: string
Property Value
string