Structure
Excerpt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
JSON representation
Code Block | ||||
---|---|---|---|---|
| ||||
{
"id": 1,
"productionDate": "2019-01-30",
"postingDate": "2019-01-30",
"product": {
"id": 431,
"code":"C",
"name": "Cash",
"productType": {
"code": "PAY",
"name": "Payment"
}
},
"quantity": 1,
"amountAfterTax": 142,
"amountBeforeTax": 142,
"amountDiscount": 0,
"amountTax": 0,
"amountCommission": 0,
"currency": {
"code": "EUR",
"name": "Euro"
},
"channel": null,
"source": null,
"segment": null,
"invoiceProductTaxList": [],
"invoiceProductCommissionList": [],
"invoiceProductDiscountList": []
} |