Package Information Response
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
fun PackageInformationResponse(carrierName: String, driveCount: Double, shipDate: String, trackingNumber: String)