PackageInformationResponse

data class PackageInformationResponse(val carrierName: String, val driveCount: Double, val shipDate: String, val trackingNumber: String)

Contains information about the package being shipped by the customer to the Microsoft data center.

Constructors

Link copied to clipboard
constructor(carrierName: String, driveCount: Double, shipDate: String, trackingNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the carrier that is used to ship the import or export drives.

Link copied to clipboard

The number of drives included in the package.

Link copied to clipboard

The date when the package is shipped.

Link copied to clipboard

The tracking number of the package.