Shipping Information Response
data class ShippingInformationResponse(val additionalInformation: String, val city: String? = null, val countryOrRegion: String? = null, val phone: String? = null, val postalCode: String? = null, val recipientName: String? = null, val stateOrProvince: String? = null, val streetAddress1: String? = null, val streetAddress2: String? = null)
Contains information about the Microsoft datacenter to which the drives should be shipped.
Properties
Link copied to clipboard
Additional shipping information for customer, specific to datacenter to which customer should send their disks.
Link copied to clipboard
The country or region to use when returning the drives.
Link copied to clipboard
The postal code to use when returning the drives.
Link copied to clipboard
The name of the recipient who will receive the hard drives when they are returned.
Link copied to clipboard
The state or province to use when returning the drives.
Link copied to clipboard
The first line of the street address to use when returning the drives.
Link copied to clipboard
The second line of the street address to use when returning the drives.