Delivery Package Information Response
data class DeliveryPackageInformationResponse(val carrierName: String, val driveCount: Double? = null, val shipDate: String? = null, val trackingNumber: String)
Contains information about the delivery package being shipped by the customer to the Microsoft data center.
Constructors
Link copied to clipboard
fun DeliveryPackageInformationResponse(carrierName: String, driveCount: Double? = null, shipDate: String? = null, trackingNumber: String)