| name | data type | description |
|---|---|---|
| dateEvent | number | |
| code | string | |
| description | string | |
| unityDescription | string | |
| unitAmountWithoutTax | number | |
| quantity | number | |
| amountWithoutTax | number | |
| parameter1 | string | |
| parameter2 | string | |
| parameter3 | string | |
| offerCode | string | |
| priceplanCode | string |
Example
{
"dateEvent" : 12345,
"code" : "...",
"description" : "...",
"unityDescription" : "...",
"unitAmountWithoutTax" : 12345.0,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"parameter1" : "...",
"parameter2" : "...",
"parameter3" : "...",
"offerCode" : "...",
"priceplanCode" : "..."
}