Trading_CheckoutOrderDetailType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_CheckoutOrderDetailType.h Trading_CheckoutOrderDetailType.m |
Tasks
-
totalCartMerchandiseCost
The total item cost of all items in the cart.
property -
totalCartShippingCost
The total shipping cost of all items in the cart.
property -
totalTaxAmount
The total tax for all items in the cart.
property -
totalAmount
The overall total cost (including item cost, shipping cost and taxes).
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_CheckoutOrderDetailType.h
totalAmount
The overall total cost (including item cost, shipping cost and taxes).
@property (nonatomic, retain) Trading_AmountType *totalAmount
Discussion
The overall total cost (including item cost, shipping cost and taxes).
type : class Trading_AmountType
Declared In
Trading_CheckoutOrderDetailType.h
totalCartMerchandiseCost
The total item cost of all items in the cart.
@property (nonatomic, retain) Trading_AmountType *totalCartMerchandiseCost
Declared In
Trading_CheckoutOrderDetailType.h
totalCartShippingCost
The total shipping cost of all items in the cart.
@property (nonatomic, retain) Trading_AmountType *totalCartShippingCost
Declared In
Trading_CheckoutOrderDetailType.h