{
"id": "string",
"discountValue": 0,
"discountRate": 0,
"totalAmount": 0,
"netAmount": 0,
"vatAmount": 0,
"lines": [
{
"lineId": "string",
"productId": "string",
"productVariantId": "string",
"sku": "string",
"title": "string",
"vatCode": "string",
"vatValue": 0,
"vatRate": 0,
"quantity": 0,
"discountRate": 0,
"discountValue": 0,
"price": 0,
"lineValue": 0,
"netValue": 0,
"link": "string"
}
]
}