Creditarrangementsortingcriteria
The sorting criteria used for credit arrangement client directed query
fieldstringrequired
Contains the actual sorting fields
Possible values: [creationDate, startDate, expireDate, amount]
orderstring
The sorting order: ASC or DESC. The default order is DESC.
Possible values: [ASC, DESC]
Creditarrangementsortingcriteria
{
"field": "creationDate",
"order": "ASC"
}