Trading_AddOrderResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_AddOrderResponseType.h Trading_AddOrderResponseType.m |
Overview
Returns a unique identifier for the order. A buyer may make a single
payment to purchase all of the order line items included
in the order.
@ingroup EBayAPIInterface
Tasks
-
orderID
The unique identifier for the Combined Payment order. This OrderID can be used as an input filter in GetOrders.
property -
createdTime
The date and time the Combined Payment order was created.
property
Properties
createdTime
The date and time the Combined Payment order was created.
@property (nonatomic, retain) NSDate *createdTime
Discussion
The date and time the Combined Payment order was created.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddOrderResponseType.h
orderID
The unique identifier for the Combined Payment order. This OrderID can be used as an input filter in GetOrders.
@property (nonatomic, retain) NSString *orderID
Discussion
The unique identifier for the Combined Payment order. This OrderID can be used as an input filter in GetOrders.
type : NSString, wrapper for primitive string
Declared In
Trading_AddOrderResponseType.h