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
-
itemID
Contains the item ID for the new second chance
property
offer listing. Different from the original ItemID passed in the request. -
startTime
Indicates the date and time when the the new second chance offer listing
property
became active and the recipient user could purchase the item. -
endTime
Indicates 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 *endTime
Discussion
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.h
itemID
Contains the item ID for the new second chance
offer listing. Different from the original ItemID passed in the request.
@property (nonatomic, retain) NSString *itemID
Discussion
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.h
startTime
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 *startTime
Discussion
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