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

DESCRIPTION

SYNOPSIS

Enums:

LessThan

Used by QuantityOperator to specify that you are seeking quantities less than Quantity.

LessThanOrEqual

Used by QuantityOperator to specify that you are seeking quantities less than or equal to Quantity.

Equal

Used by QuantityOperator to specify that you are seeking quantities equal to Quantity.

GreaterThan

Used by QuantityOperator to specify that you are seeking quantities greater than Quantity.

GreaterThanOrEqual

Used by QuantityOperator to specify that you are seeking quantities greater than or equal to Quantity.

CustomCode

Reserved for internal or future use.