The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::Enum::AccountEntrySortTypeCodeType

DESCRIPTION

Specifies how account entries should be sorted in a response from eBay.

SYNOPSIS

Enums:

None

(in) Sort by the AccountEntry.Date value in the response, in ascending order. Same as AccountEntryCreatedTimeAscending.

AccountEntryCreatedTimeAscending

(in) Sort by the AccountEntry.Date value in the response, in ascending order.

AccountEntryCreatedTimeDescending

(in) Sort by the AccountEntry.Date value in the response, in descending order.

AccountEntryItemNumberAscending

(in) Sort by the AccountEntry.ItemID value in the response, in ascending order.

AccountEntryItemNumberDescending

(in) Sort by the AccountEntry.ItemID value in the response, in descending order.

AccountEntryFeeTypeAscending

(in) Sort by the value returned in AccountEntry.Description, with entries starting with lowercase letters before entries starting with uppercase letters and each group in alphabetical order.

AccountEntryFeeTypeDescending

(in) Sort by the value returned in AccountEntry.Description, with entries starting with uppercase letters before entries starting with lowercase letters and each group in reverse alphabetical order.

CustomCode

(out) Reserved for internal or future use.