{
"orderId": "string",
"version": "string",
"status": "Created",
"createdOnUtc": "2020-04-29T10:02:03.212Z",
"customerId": "string",
"purchaserName": "string",
"purchaserContactNumberLocal": "string",
"purchaserEmail": "string",
"receiverName": "string",
"receiverContactNumberLocal": "string",
"receiverEmail": "string",
"items": [
{
"productId": "string",
"title": "string",
"quantity": 0,
"sellPrice": 0,
"total": 0
}
],
"currencyCode": "string",
"shippingFee": 0,
"subtotal": 0,
"total": 0,
"payments": [
{
"paymentId": "string",
"paidOnUtc": "2020-04-29T10:02:03.212Z",
"type": "Credit",
"status": "Successful",
"paidAmount": 0,
"cancellationReason": "string",
"refundId": "string",
"refundReason": "string",
"attributes": {}
}
],
"totalPaid": 0,
"attributes": {}
}