Shipping Address Response
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
fun ShippingAddressResponse(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)