Get Order Result
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)
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.