NonCalculatedDailyBalancesActionableTask¶
Example Json Object
1{
2 "totalNumberOfLedgerTransactions": 0,
3 "nonCalculatedLedgerTransactions": 0,
4 "dailyBalancesCalculationStatus": "CREATED",
5 "triggerredBy": "string",
6 "triggerredAt": "2019-08-24T14:15:22Z"
7}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalNumberOfLedgerTransactions |
integer(int64) |
false |
none |
none |
nonCalculatedLedgerTransactions |
integer(int64) |
false |
none |
none |
dailyBalancesCalculationStatus |
string |
false |
none |
none |
triggerredBy |
string |
false |
none |
none |
triggerredAt |
string(date-time) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
dailyBalancesCalculationStatus |
CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED |