ShippingAddressResponse

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)