Skip to main content

This field allows the user to sort the payouts and monetary transactions that are retrieved with the getPayouts and getTransactions methods in ascending or descending order.

Types that use SortField

Not used by any types.

Calls that use SortField

Not used by any calls.

Fields

Field
Type
Description
ascending
This field should be included and set to true if the user wants results sorted in ascending order (instead of descending, which is the default value).

Default: false
field
The filter field to sort by is input into this field. The filter field name input here must also be specified through the filter field. Unless the ascending field is included and set to true, results will be returned in descending order.