| name | data type | description |
|---|---|---|
| oneShotCharge | string | |
| subscription | string | |
| wallet | string | |
| createWallet | boolean | |
| operationDate | number | |
| quantity | number | |
| description | string | |
| amountWithoutTax | number | |
| amountWithTax | number | |
| criteria1 | string | |
| criteria2 | string | |
| criteria3 | string |
Example
{
"oneShotCharge" : "...",
"subscription" : "...",
"wallet" : "...",
"createWallet" : true,
"operationDate" : 12345,
"quantity" : 12345.0,
"description" : "...",
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"criteria1" : "...",
"criteria2" : "...",
"criteria3" : "..."
}