Get Order Result
data class GetOrderResult(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(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)
Properties
Link copied to clipboard
The contact details.
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
List of status changes in the order.
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
ShipmentType of the order
Link copied to clipboard
The shipping address.
Link copied to clipboard
Metadata pertaining to creation and last modification of Order