{
"merchant": {
"name": "string",
"vatCode": "string",
"email": "string",
"country": "string",
"city": "string",
"postalCode": "string",
"street": "string"
},
"receiptNumber": "string",
"serialNumber": "string",
"transactionNumber": "string",
"transactionTime": "2019-08-24T14:15:22.123Z",
"items": [
{
"name": "string",
"quantity": 0,
"unitPrice": 0,
"vatRate": 0,
"totalPrice": 0
}
],
"licensePlates": [
"string"
],
"vatAmount": 0,
"vatPercentage": 0,
"netAmount": 0,
"paymentMethod": "string",
"typeOfCosts": "string",
"cardNumber": "string",
"currency": "string",
"totalAmount": 0
}