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

DESCRIPTION

How packaging/handling cost is to be determined for combined payment.

SYNOPSIS

Enums:

EachAdditionalAmount

After eBay assigns the highest packaging/handling cost to the first item, the packaging/handling cost for each additional item is $n.

EachAdditionalAmountOff

After eBay assigns the highest packaging/handling cost to the first item, the packaging/handling cost for each additional item is to be reduced by amount N.

EachAdditionalPercentOff

After eBay assigns the highest packaging/handling cost to the first item, the packaging/handling cost for each additional item is to be reduced by N percent.

IndividualHandlingFee

The total packaging/handling cost is to be the sum of the packaging/handling costs of the individual items.

CombinedHandlingFee

The packaging/handling cost is to be N for the entire order.

CustomCode

Reserved for internal or future use.