Trading_AddSecondChanceItemResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_AddSecondChanceItemResponseType.h Trading_AddSecondChanceItemResponseType.m |
Overview
AddSecondChanceItem response for a new Second Chance Offer listing.
@ingroup EBayAPIInterface
Tasks
-
itemIDContains the item ID for the new second chance
property
offer listing. Different from the original ItemID passed in the request. -
startTimeIndicates the date and time when the the new second chance offer listing
property
became active and the recipient user could purchase the item. -
endTimeIndicates the date and time when the second chance offer listing expires,
property
at which time the listing ends (if the recipient user does not purchase
the item first).
Properties
endTime
Indicates the date and time when the second chance offer listing expires,
at which time the listing ends (if the recipient user does not purchase
the item first).
@property (nonatomic, retain) NSDate *endTimeDiscussion
Indicates the date and time when the second chance offer listing expires,
at which time the listing ends (if the recipient user does not purchase
the item first).
type : NSDate, wrapper for primitive date
Declared In
Trading_AddSecondChanceItemResponseType.hitemID
Contains the item ID for the new second chance
offer listing. Different from the original ItemID passed in the request.
@property (nonatomic, retain) NSString *itemIDDiscussion
Contains the item ID for the new second chance
offer listing. Different from the original ItemID passed in the request.
type : NSString, wrapper for primitive string
Declared In
Trading_AddSecondChanceItemResponseType.hstartTime
Indicates the date and time when the the new second chance offer listing
became active and the recipient user could purchase the item.
@property (nonatomic, retain) NSDate *startTimeDiscussion
Indicates the date and time when the the new second chance offer listing
became active and the recipient user could purchase the item.
type : NSDate, wrapper for primitive date
Declared In
Trading_AddSecondChanceItemResponseType.h