ShippingAddress interface

Shipping address where customer wishes to receive the device.

Properties

addressType

Type of address.

city

Name of the City.

companyName

Name of the company.

country

Name of the Country.

postalCode

Postal code.

skipAddressValidation

Flag to indicate if customer has chosen to skip default address validation

stateOrProvince

Name of the State or Province.

streetAddress1

Street Address line 1.

streetAddress2

Street Address line 2.

streetAddress3

Street Address line 3.

taxIdentificationNumber

Tax Identification Number

zipExtendedCode

Extended Zip Code.

Property Details

addressType

Type of address.

addressType?: AddressType

Property Value

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