Trading_CheckoutOrderDetailType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_CheckoutOrderDetailType.h Trading_CheckoutOrderDetailType.m |
Tasks
-
totalCartMerchandiseCostThe total item cost of all items in the cart.
property -
totalCartShippingCostThe total shipping cost of all items in the cart.
property -
totalTaxAmountThe total tax for all items in the cart.
property -
totalAmountThe overall total cost (including item cost, shipping cost and taxes).
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_CheckoutOrderDetailType.htotalAmount
The overall total cost (including item cost, shipping cost and taxes).
@property (nonatomic, retain) Trading_AmountType *totalAmountDiscussion
The overall total cost (including item cost, shipping cost and taxes).
type : class Trading_AmountType
Declared In
Trading_CheckoutOrderDetailType.htotalCartMerchandiseCost
The total item cost of all items in the cart.
@property (nonatomic, retain) Trading_AmountType *totalCartMerchandiseCostDeclared In
Trading_CheckoutOrderDetailType.htotalCartShippingCost
The total shipping cost of all items in the cart.
@property (nonatomic, retain) Trading_AmountType *totalCartShippingCostDeclared In
Trading_CheckoutOrderDetailType.h