Trading_CalculatedHandlingDiscountType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_CalculatedHandlingDiscountType.h Trading_CalculatedHandlingDiscountType.m |
Tasks
-
discountNameThe type of discount that is detailed in the profile.
property
If the selection is EachAdditionalAmount, EachAdditionalAmountOff or
EachAdditionalPercentOff, the value is set in the child element of same
name in CalculatedHandlingDiscount. If the selection is CombinedHandlingFee,
specify the amount in CalculatedHandlingDiscount.OrderHandlingAmount.
If the selection is IndividualHandlingFee, the amount is determined by eBay
by adding the fees of the individual items. -
orderHandlingAmountIf specified, this is the fixed shipping cost to charge for an order,
property
regardless of the number of items in the order.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is CombinedHandlingFee. -
eachAdditionalAmountThe packaging/handling cost for each item beyond the first item (where the
property
item with the highest packaging/handling cost is selected by eBay as the first
item). Let’s say the buyer purchases three items, each assigned a
packaging/handling cost of $8, and the seller set EachAdditionalAmount to $6.
The packaging/handling cost for three items would normally be $24, but since
the seller specified $6, the total packaging/handling cost would be $8 + $6 +
$6, or $20.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is EachAdditionalAmount. -
eachAdditionalOffAmountThe amount by which to reduce the packaging/handling cost for each item beyond
property
the first item (where the item with the highest packaging/handling cost is
selected by eBay as the first item). Let’s say the buyer purchases three
items, each assigned a packaging/handling cost of $8, and the seller set
EachAdditionalAmountOff to $2. The packaging/handling cost for three items
would normally be $24, but since the seller specified $2, the total
packaging/handling cost would be $24 - (two additional items x $2), or $20.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is EachAdditionalOffAmount. -
eachAdditionalPercentOffThe percentage by which to reduce the packaging/handling cost for each item
property
beyond the first item (where the item with the highest packaging/handling cost
is selected by eBay as the first item). Let’s say the buyer purchases three
items, each assigned a packaging/handling cost of $8, and the seller set
EachAdditionalPercentOff to 0.25. The packaging/handling cost for three items
would normally be $24, but since the seller specified 0.25 ($2 out of 8), the
total packaging/handling cost would be $24 - (two additional items x $2), or
$20.
This field is mutually exclusive with the amount fields within this type.
This field only applies when DiscountName is EachAdditionalPercentOff. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_CalculatedHandlingDiscountType.hdiscountName
The type of discount that is detailed in the profile.
If the selection is EachAdditionalAmount, EachAdditionalAmountOff or
EachAdditionalPercentOff, the value is set in the child element of same
name in CalculatedHandlingDiscount. If the selection is CombinedHandlingFee,
specify the amount in CalculatedHandlingDiscount.OrderHandlingAmount.
If the selection is IndividualHandlingFee, the amount is determined by eBay
by adding the fees of the individual items.
@property (nonatomic, retain) NSString *discountNameDiscussion
The type of discount that is detailed in the profile.
If the selection is EachAdditionalAmount, EachAdditionalAmountOff or
EachAdditionalPercentOff, the value is set in the child element of same
name in CalculatedHandlingDiscount. If the selection is CombinedHandlingFee,
specify the amount in CalculatedHandlingDiscount.OrderHandlingAmount.
If the selection is IndividualHandlingFee, the amount is determined by eBay
by adding the fees of the individual items.
type: string constant in Trading_HandlingNameCodeType.h
Declared In
Trading_CalculatedHandlingDiscountType.heachAdditionalAmount
The packaging/handling cost for each item beyond the first item (where the
item with the highest packaging/handling cost is selected by eBay as the first
item). Let’s say the buyer purchases three items, each assigned a
packaging/handling cost of $8, and the seller set EachAdditionalAmount to $6.
The packaging/handling cost for three items would normally be $24, but since
the seller specified $6, the total packaging/handling cost would be $8 + $6 +
$6, or $20.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is EachAdditionalAmount.
@property (nonatomic, retain) Trading_AmountType *eachAdditionalAmountDiscussion
The packaging/handling cost for each item beyond the first item (where the
item with the highest packaging/handling cost is selected by eBay as the first
item). Let’s say the buyer purchases three items, each assigned a
packaging/handling cost of $8, and the seller set EachAdditionalAmount to $6.
The packaging/handling cost for three items would normally be $24, but since
the seller specified $6, the total packaging/handling cost would be $8 + $6 +
$6, or $20.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is EachAdditionalAmount.
type : class Trading_AmountType
Declared In
Trading_CalculatedHandlingDiscountType.heachAdditionalOffAmount
The amount by which to reduce the packaging/handling cost for each item beyond
the first item (where the item with the highest packaging/handling cost is
selected by eBay as the first item). Let’s say the buyer purchases three
items, each assigned a packaging/handling cost of $8, and the seller set
EachAdditionalAmountOff to $2. The packaging/handling cost for three items
would normally be $24, but since the seller specified $2, the total
packaging/handling cost would be $24 - (two additional items x $2), or $20.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is EachAdditionalOffAmount.
@property (nonatomic, retain) Trading_AmountType *eachAdditionalOffAmountDiscussion
The amount by which to reduce the packaging/handling cost for each item beyond
the first item (where the item with the highest packaging/handling cost is
selected by eBay as the first item). Let’s say the buyer purchases three
items, each assigned a packaging/handling cost of $8, and the seller set
EachAdditionalAmountOff to $2. The packaging/handling cost for three items
would normally be $24, but since the seller specified $2, the total
packaging/handling cost would be $24 - (two additional items x $2), or $20.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is EachAdditionalOffAmount.
type : class Trading_AmountType
Declared In
Trading_CalculatedHandlingDiscountType.heachAdditionalPercentOff
The percentage by which to reduce the packaging/handling cost for each item
beyond the first item (where the item with the highest packaging/handling cost
is selected by eBay as the first item). Let’s say the buyer purchases three
items, each assigned a packaging/handling cost of $8, and the seller set
EachAdditionalPercentOff to 0.25. The packaging/handling cost for three items
would normally be $24, but since the seller specified 0.25 ($2 out of 8), the
total packaging/handling cost would be $24 - (two additional items x $2), or
$20.
This field is mutually exclusive with the amount fields within this type.
This field only applies when DiscountName is EachAdditionalPercentOff.
@property (nonatomic, retain) NSNumber *eachAdditionalPercentOffDiscussion
The percentage by which to reduce the packaging/handling cost for each item
beyond the first item (where the item with the highest packaging/handling cost
is selected by eBay as the first item). Let’s say the buyer purchases three
items, each assigned a packaging/handling cost of $8, and the seller set
EachAdditionalPercentOff to 0.25. The packaging/handling cost for three items
would normally be $24, but since the seller specified 0.25 ($2 out of 8), the
total packaging/handling cost would be $24 - (two additional items x $2), or
$20.
This field is mutually exclusive with the amount fields within this type.
This field only applies when DiscountName is EachAdditionalPercentOff.
type : NSNumber, wrapper for primitive float
Declared In
Trading_CalculatedHandlingDiscountType.horderHandlingAmount
If specified, this is the fixed shipping cost to charge for an order,
regardless of the number of items in the order.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is CombinedHandlingFee.
@property (nonatomic, retain) Trading_AmountType *orderHandlingAmountDiscussion
If specified, this is the fixed shipping cost to charge for an order,
regardless of the number of items in the order.
This field is mutually exclusive with the other amount and percentage
fields within this type.
This field only applies when DiscountName is CombinedHandlingFee.
type : class Trading_AmountType
Declared In
Trading_CalculatedHandlingDiscountType.h