GetOrderResult

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

The order details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The object name.

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
val shipmentType: String? = null

ShipmentType of the order

Link copied to clipboard

The shipping address.

Link copied to clipboard

The hierarchical type of the object.