| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| status | string | |
| amountWithTax | number | |
| amountWithoutTax | number | |
| sellerCode | string | |
| userAccountCode | string |
Example
{
"code" : "...",
"description" : "...",
"status" : "...",
"amountWithTax" : 12345.0,
"amountWithoutTax" : 12345.0,
"sellerCode" : "...",
"userAccountCode" : "..."
}