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.

stateOrProvince

Name of the State or Province.

streetAddress1

Street Address line 1.

streetAddress2

Street Address line 2.

streetAddress3

Street Address line 3.

zipExtendedCode

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