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::DisputeSortTypeCodeType

DESCRIPTION

Specifies how a list of returned disputes should be sorted.

SYNOPSIS

Enums:

None

(in) Sort by the time the dispute was created, in descending order.

DisputeCreatedTimeAscending

(in) Sort by the time the dispute was created, in ascending order.

DisputeCreatedTimeDescending

(in) Sort by the time the dispute was created, in descending order.

DisputeStatusAscending

(in) Sort by the dispute status, in ascending order.

DisputeStatusDescending

(in) Sort by the dispute status, in descending order.

DisputeCreditEligibilityAscending

(in) Sort by whether the dispute is eligible for Final Value Fee credit, in ascending order. Ineligible disputes are listed before eligible disputes.

DisputeCreditEligibilityDescending

(in) Sort by whether the dispute is eleigible for Final Value Fee credit, in descending order. Eligible disputes are listed before i(ineligible disputes.

CustomCode

(out) Reserved for internal or future use.