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

  •   itemID

    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
  •   startTime

    The date and time when the item in the new Transaction Confirmation Request (TCR)
    becomes available for purchase.

    property
  •   endTime

    The date and time when the item in the new Transaction Confirmation Request (TCR)
    is no longer available for purchase.

    property

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 *endTime

Discussion

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.h

itemID

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 *itemID

Discussion

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.h

startTime

The date and time when the item in the new Transaction Confirmation Request (TCR)
becomes available for purchase.

@property (nonatomic, retain) NSDate *startTime

Discussion

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