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
fun GetOrderResult(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)