Trading_PromotionalShippingDiscountDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PromotionalShippingDiscountDetailsType.h Trading_PromotionalShippingDiscountDetailsType.m |
Tasks
-
discountNameThe type of promotional shipping discount that is detailed in the profile.
property
If MaximumShippingCostPerOrder, see ShippingCost.
If ShippingCostXForAmountY, see ShippingCost and OrderAmount.
If ShippingCostXForItemCountN, see ShippingCost and ItemCount. -
shippingCostThis is shipping cost X, when DiscountName is either ShippingCostXForAmountY or
property
ShippingCostXForItemCountN, and is the maximum cost when DiscountName is
MaximumShippingCostPerOrder. -
orderAmountThis is the cost Y of the order (not including shipping cost),
property
when DiscountName is set to ShippingCostXForAmountY. -
itemCountThis is the number of items, when DiscountName is set to ShippingCostXForItemsY.
property -
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_PromotionalShippingDiscountDetailsType.hdiscountName
The type of promotional shipping discount that is detailed in the profile.
If MaximumShippingCostPerOrder, see ShippingCost.
If ShippingCostXForAmountY, see ShippingCost and OrderAmount.
If ShippingCostXForItemCountN, see ShippingCost and ItemCount.
@property (nonatomic, retain) NSString *discountNameDiscussion
The type of promotional shipping discount that is detailed in the profile.
If MaximumShippingCostPerOrder, see ShippingCost.
If ShippingCostXForAmountY, see ShippingCost and OrderAmount.
If ShippingCostXForItemCountN, see ShippingCost and ItemCount.
type: string constant in Trading_DiscountNameCodeType.h
Declared In
Trading_PromotionalShippingDiscountDetailsType.hitemCount
This is the number of items, when DiscountName is set to ShippingCostXForItemsY.
@property (nonatomic, retain) NSNumber *itemCountDiscussion
This is the number of items, when DiscountName is set to ShippingCostXForItemsY.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PromotionalShippingDiscountDetailsType.horderAmount
This is the cost Y of the order (not including shipping cost),
when DiscountName is set to ShippingCostXForAmountY.
@property (nonatomic, retain) Trading_AmountType *orderAmountDiscussion
This is the cost Y of the order (not including shipping cost),
when DiscountName is set to ShippingCostXForAmountY.
type : class Trading_AmountType
Declared In
Trading_PromotionalShippingDiscountDetailsType.hshippingCost
This is shipping cost X, when DiscountName is either ShippingCostXForAmountY or
ShippingCostXForItemCountN, and is the maximum cost when DiscountName is
MaximumShippingCostPerOrder.
@property (nonatomic, retain) Trading_AmountType *shippingCostDiscussion
This is shipping cost X, when DiscountName is either ShippingCostXForAmountY or
ShippingCostXForItemCountN, and is the maximum cost when DiscountName is
MaximumShippingCostPerOrder.
type : class Trading_AmountType
Declared In
Trading_PromotionalShippingDiscountDetailsType.h