ShippingInformationResponse

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.

Constructors

Link copied to clipboard
constructor(additionalInformation: String, city: String? = null, countryOrRegion: String? = null, phone: String? = null, postalCode: String? = null, recipientName: String? = null, stateOrProvince: String? = null, streetAddress1: String? = null, streetAddress2: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional shipping information for customer, specific to datacenter to which customer should send their disks.

Link copied to clipboard
val city: String? = null

The city name to use when returning the drives.

Link copied to clipboard
val countryOrRegion: String? = null

The country or region to use when returning the drives.

Link copied to clipboard
val phone: String? = null

Phone number of the recipient of the returned drives.

Link copied to clipboard
val postalCode: String? = null

The postal code to use when returning the drives.

Link copied to clipboard
val recipientName: String? = null

The name of the recipient who will receive the hard drives when they are returned.

Link copied to clipboard
val stateOrProvince: String? = null

The state or province to use when returning the drives.

Link copied to clipboard
val streetAddress1: String? = null

The first line of the street address to use when returning the drives.

Link copied to clipboard
val streetAddress2: String? = null

The second line of the street address to use when returning the drives.