ReturnAddressResponse

data class ReturnAddressResponse(val city: String, val countryOrRegion: String, val email: String, val phone: String, val postalCode: String, val recipientName: String, val stateOrProvince: String? = null, val streetAddress1: String, val streetAddress2: String? = null)

Specifies the return address information for the job.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The city name to use when returning the drives.

Link copied to clipboard

The country or region to use when returning the drives.

Link copied to clipboard

Email address of the recipient of the returned drives.

Link copied to clipboard

Phone number of the recipient of the returned 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
val stateOrProvince: String? = null

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
val streetAddress2: String? = null

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