Trading_SellerDiscountsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_SellerDiscountsType.h Trading_SellerDiscountsType.m |
Overview
Type defining the SellerDiscounts container, which consists of one or
more SellerDiscount nodes, as well as the original purchase price and
shipping cost of the order line item.
@ingroup EBayAPIInterface
Tasks
-
originalItemPriceThe original purchase price of the order line item (before any seller discounts are
property
applied). -
originalItemShippingCostThe original shipping cost for the order line item. Note that shipping discounts have
property
not yet been enabled for seller discount campaigns. -
sellerDiscountA container consisting of name and ID of the seller’s discount campaign, as well as the
property
discount amount that is being applied to the order line item. Note that shipping
discounts have not yet been enabled for seller discount campaigns. -
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_SellerDiscountsType.horiginalItemPrice
The original purchase price of the order line item (before any seller discounts are
applied).
@property (nonatomic, retain) Trading_AmountType *originalItemPriceDiscussion
The original purchase price of the order line item (before any seller discounts are
applied).
type : class Trading_AmountType
Declared In
Trading_SellerDiscountsType.horiginalItemShippingCost
The original shipping cost for the order line item. Note that shipping discounts have
not yet been enabled for seller discount campaigns.
@property (nonatomic, retain) Trading_AmountType *originalItemShippingCostDiscussion
The original shipping cost for the order line item. Note that shipping discounts have
not yet been enabled for seller discount campaigns.
type : class Trading_AmountType
Declared In
Trading_SellerDiscountsType.hsellerDiscount
A container consisting of name and ID of the seller’s discount campaign, as well as the
discount amount that is being applied to the order line item. Note that shipping
discounts have not yet been enabled for seller discount campaigns.
@property (nonatomic, retain) NSMutableArray *sellerDiscountDiscussion
A container consisting of name and ID of the seller’s discount campaign, as well as the
discount amount that is being applied to the order line item. Note that shipping
discounts have not yet been enabled for seller discount campaigns.
entry type : class Trading_SellerDiscountType
Declared In
Trading_SellerDiscountsType.h