GetOrderResult

data class GetOrderResult(val azureApiVersion: String, val contactInformation: ContactDetailsResponse, val currentStatus: OrderStatusResponse, val deliveryTrackingInfo: List<TrackingInfoResponse>, val id: String, val kind: String, val name: String, val orderHistory: List<OrderStatusResponse>, val orderId: String, val returnTrackingInfo: List<TrackingInfoResponse>, val serialNumber: String, val shipmentType: String? = null, val shippingAddress: AddressResponse? = null, val systemData: SystemDataResponse, val type: String)

The order details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, contactInformation: ContactDetailsResponse, currentStatus: OrderStatusResponse, deliveryTrackingInfo: List<TrackingInfoResponse>, id: String, kind: String, name: String, orderHistory: List<OrderStatusResponse>, orderId: String, returnTrackingInfo: List<TrackingInfoResponse>, serialNumber: String, shipmentType: String? = null, shippingAddress: AddressResponse? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
Link copied to clipboard

Current status of the order.

Link copied to clipboard

Tracking information for the package delivered to the customer whether it has an original or a replacement device.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

It specify the order api version.

Link copied to clipboard

The object name.

Link copied to clipboard

List of status changes in the order.

Link copied to clipboard

It specify the order resource id.

Link copied to clipboard

Tracking information for the package returned from the customer whether it has an original or a replacement device.

Link copied to clipboard

Serial number of the device.

Link copied to clipboard
val shipmentType: String? = null

ShipmentType of the order

Link copied to clipboard

The shipping address.

Link copied to clipboard

Metadata pertaining to creation and last modification of Order

Link copied to clipboard

The hierarchical type of the object.