AddressResponse

constructor(addressLine1: String? = null, addressLine2: String? = null, addressLine3: String? = null, city: String? = null, country: String, postalCode: String? = null, state: String? = null)