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.