AccountEntrySortTypeCodeType ( token )
Enumerated type defining the possible values that can be used in the AccountEntrySortType field of the GetAccount request to sort account entries returned in the response.
Type that uses AccountEntrySortTypeCodeType:
Call that uses one or more values of AccountEntrySortTypeCodeType:
Enumeration Values
Value | Description |
AccountEntryCreatedTimeAscending | With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in ascending order (oldest transaction to most recent transaction). This value will produce the same results as the None value. |
AccountEntryCreatedTimeDescending | With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in descending order (most recent transaction to oldest transaction). |
AccountEntryFeeTypeAscending | With this value set, account entries in the GetAccount response are sorted in alphabetical order according to each entry's AccountEntry.Description value. When account entries are sorted according to fee type, the secondary sort criterion is transaction date, and for account entries with identical fee types, the oldest account entries will appear first in the response. |
AccountEntryFeeTypeDescending | With this value set, account entries in the GetAccount response are sorted in reverse alphabetical order according to each entry's AccountEntry.Description value. When account entries are sorted according to fee type, the secondary sort criterion is transaction date, and for account entries with identical fee types, the oldest account entries will appear first in the response. |
AccountEntryItemNumberAscending | With this value set, account entries in the GetAccount response are sorted by Item ID value (see AccountEntry.ItemID field) in ascending order (oldest eBay listing to most recent eBay listing). |
AccountEntryItemNumberDescending | With this value set, account entries in the GetAccount response are sorted by Item ID value (see AccountEntry.ItemID field) in descending order (most recent eBay listing to oldest eBay listing). |
CustomCode | Reserved for internal or future use. |
None | This is the default value. With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in ascending order (oldest transaction to most recent transaction). This value will produce the same results as the AccountEntryCreatedTimeAscending value. |