Trading_AddTransactionConfirmationItemResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_AddTransactionConfirmationItemResponseType.h Trading_AddTransactionConfirmationItemResponseType.m |
Overview
Returns an item ID for a new Transaction Confirmation Request (TCR).
@ingroup EBayAPIInterface
Tasks
-
itemIDThe new item ID for the item in the new Transaction Confirmation Request (TCR).
property
This field is not returned if the request was only used to verify that a new TCR could be created. -
startTimeThe date and time when the item in the new Transaction Confirmation Request (TCR)
property
becomes available for purchase. -
endTimeThe date and time when the item in the new Transaction Confirmation Request (TCR)
property
is no longer available for purchase.
Properties
endTime
The date and time when the item in the new Transaction Confirmation Request (TCR)
is no longer available for purchase.
@property (nonatomic, retain) NSDate *endTimeDiscussion
The date and time when the item in the new Transaction Confirmation Request (TCR)
is no longer available for purchase.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddTransactionConfirmationItemResponseType.hitemID
The new item ID for the item in the new Transaction Confirmation Request (TCR).
This field is not returned if the request was only used to verify that a new TCR could be created.
@property (nonatomic, retain) NSString *itemIDDiscussion
The new item ID for the item in the new Transaction Confirmation Request (TCR).
This field is not returned if the request was only used to verify that a new TCR could be created.
type : NSString, wrapper for primitive string
Declared In
Trading_AddTransactionConfirmationItemResponseType.hstartTime
The date and time when the item in the new Transaction Confirmation Request (TCR)
becomes available for purchase.
@property (nonatomic, retain) NSDate *startTimeDiscussion
The date and time when the item in the new Transaction Confirmation Request (TCR)
becomes available for purchase.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddTransactionConfirmationItemResponseType.h