Trading_VerifyAddSecondChanceItemResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_VerifyAddSecondChanceItemResponseType.h Trading_VerifyAddSecondChanceItemResponseType.m |
Overview
VerifyAddSecondChanceItem request to emulate creation of a new Second Chance Offer for an item to one of
that item’s bidders.
@ingroup EBayAPIInterface
Tasks
-
startTime
Indicates the date and time when the the new
property
second chance offer listing became active and
the recipient user could purchase the item. -
endTime
Indicates the date and time when the second
property
chance offer listing expires, 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_VerifyAddSecondChanceItemResponseType.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_VerifyAddSecondChanceItemResponseType.h