The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.