ShippingAddressResponse

data class ShippingAddressResponse(val addressType: String? = null, val city: String? = null, val companyName: String? = null, val country: String, val postalCode: String? = null, val skipAddressValidation: Boolean? = null, val stateOrProvince: String? = null, val streetAddress1: String, val streetAddress2: String? = null, val streetAddress3: String? = null, val taxIdentificationNumber: String? = null, val zipExtendedCode: String? = null)

Shipping address where customer wishes to receive the device.

Constructors

Link copied to clipboard
constructor(addressType: String? = null, city: String? = null, companyName: String? = null, country: String, postalCode: String? = null, skipAddressValidation: Boolean? = null, stateOrProvince: String? = null, streetAddress1: String, streetAddress2: String? = null, streetAddress3: String? = null, taxIdentificationNumber: String? = null, zipExtendedCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressType: String? = null

Type of address.

Link copied to clipboard
val city: String? = null

Name of the City.

Link copied to clipboard
val companyName: String? = null

Name of the company.

Link copied to clipboard

Name of the Country.

Link copied to clipboard
val postalCode: String? = null

Postal code.

Link copied to clipboard

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

Link copied to clipboard
val stateOrProvince: String? = null

Name of the State or Province.

Link copied to clipboard

Street Address line 1.

Link copied to clipboard
val streetAddress2: String? = null

Street Address line 2.

Link copied to clipboard
val streetAddress3: String? = null

Street Address line 3.

Link copied to clipboard

Tax Identification Number

Link copied to clipboard
val zipExtendedCode: String? = null

Extended Zip Code.