ShippingInformationArgs

constructor(city: Output<String>? = null, countryOrRegion: Output<String>? = null, phone: Output<String>? = null, postalCode: Output<String>? = null, recipientName: Output<String>? = null, stateOrProvince: Output<String>? = null, streetAddress1: Output<String>? = null, streetAddress2: Output<String>? = null)