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.