Interestaccrualsortingcriteria
The sorting criteria used for sorting interest accrual entries.
fieldstringrequired
The field to use as the sorting criteria.
Possible values: [entryId, parentEntryId, bookingDate, creationDate, transactionId, glAccountType, debit, credit, accountId, foreignCredit, foreignDebit, foreignCurrencyCode]
orderstring
The sorting order: ASC or DESC. The default order is DESC.
Possible values: [ASC, DESC]
Interestaccrualsortingcriteria
{
"field": "entryId",
"order": "ASC"
}