Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_CheckoutOrderDetailType.h
Trading_CheckoutOrderDetailType.m

Overview

Details of the order for a checked out cart.

@ingroup EBayAPIInterface

Tasks

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

Discussion

The total item cost of all items in the cart.

type : class Trading_AmountType

Declared In

Trading_CheckoutOrderDetailType.h

totalCartShippingCost

The total shipping cost of all items in the cart.

@property (nonatomic, retain) Trading_AmountType *totalCartShippingCost

Discussion

The total shipping cost of all items in the cart.

type : class Trading_AmountType

Declared In

Trading_CheckoutOrderDetailType.h

totalTaxAmount

The total tax for all items in the cart.

@property (nonatomic, retain) Trading_AmountType *totalTaxAmount

Discussion

The total tax for all items in the cart.

type : class Trading_AmountType

Declared In

Trading_CheckoutOrderDetailType.h