ShippingAddressArgs

constructor(addressType: Output<Either<String, AddressType>>? = null, city: Output<String>? = null, companyName: Output<String>? = null, country: Output<String>, postalCode: Output<String>? = null, stateOrProvince: Output<String>? = null, streetAddress1: Output<String>, streetAddress2: Output<String>? = null, streetAddress3: Output<String>? = null, zipExtendedCode: Output<String>? = null)