Trading_PromotionalShippingDiscountDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_PromotionalShippingDiscountDetailsType.h Trading_PromotionalShippingDiscountDetailsType.m |
Tasks
-
discountName
The 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. -
shippingCost
This is shipping cost X, when DiscountName is either ShippingCostXForAmountY or
property
ShippingCostXForItemCountN, and is the maximum cost when DiscountName is
MaximumShippingCostPerOrder. -
orderAmount
This is the cost Y of the order (not including shipping cost),
property
when DiscountName is set to ShippingCostXForAmountY. -
itemCount
This is the number of items, when DiscountName is set to ShippingCostXForItemsY.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_PromotionalShippingDiscountDetailsType.h
discountName
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 *discountName
Discussion
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.h
itemCount
This is the number of items, when DiscountName is set to ShippingCostXForItemsY.
@property (nonatomic, retain) NSNumber *itemCount
Discussion
This is the number of items, when DiscountName is set to ShippingCostXForItemsY.
type : NSNumber, wrapper for primitive int
Declared In
Trading_PromotionalShippingDiscountDetailsType.h
orderAmount
This is the cost Y of the order (not including shipping cost),
when DiscountName is set to ShippingCostXForAmountY.
@property (nonatomic, retain) Trading_AmountType *orderAmount
Discussion
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.h
shippingCost
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 *shippingCost
Discussion
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