| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| userAccount | string | |
| subscription | string | |
| walletTemplate | string | |
| seller | string | |
| chargeInstance | string | |
| currency | string | |
| type | OperationTypeEnum | |
| status | WalletOperationStatusEnum | |
| ratingUnitDescription | string | |
| taxPercent | number | |
| unitAmountWithoutTax | number | |
| unitAmountWithTax | number | |
| unitAmountTax | number | |
| quantity | number | |
| amountWithoutTax | number | |
| amountWithTax | number | |
| amountTax | number | |
| parameter1 | string | |
| parameter2 | string | |
| parameter3 | string | |
| orderNumber | string | |
| startDate | number | |
| endDate | number | |
| operationDate | number | |
| subscriptionDate | number | |
| offerCode | string |
Example
{
"code" : "...",
"description" : "...",
"userAccount" : "...",
"subscription" : "...",
"walletTemplate" : "...",
"seller" : "...",
"chargeInstance" : "...",
"currency" : "...",
"type" : "CREDIT",
"status" : "TO_RERATE",
"ratingUnitDescription" : "...",
"taxPercent" : 12345.0,
"unitAmountWithoutTax" : 12345.0,
"unitAmountWithTax" : 12345.0,
"unitAmountTax" : 12345.0,
"quantity" : 12345.0,
"amountWithoutTax" : 12345.0,
"amountWithTax" : 12345.0,
"amountTax" : 12345.0,
"parameter1" : "...",
"parameter2" : "...",
"parameter3" : "...",
"orderNumber" : "...",
"startDate" : 12345,
"endDate" : 12345,
"operationDate" : 12345,
"subscriptionDate" : 12345,
"offerCode" : "..."
}