There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.