Trading_GetAdFormatLeadsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetAdFormatLeadsRequestType.h Trading_GetAdFormatLeadsRequestType.m |
Tasks
-
itemID
The unique identifier of an item listed on the eBay site.
property
Returned by eBay when the item is created. This ID must correspond
to an ad format item. -
status
Filters the leads based on their status.
property -
includeMemberMessages
Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.
property -
startCreationTime
Used with EndCreationTime to limit the returned leads for a user to only
property
those with a creation date greater than or equal to the specified date and
time. -
endCreationTime
Used with StartCreationTime to limit the returned leads for a user to only
property
those with a creation date less than or equal to the specified date and
time.
Properties
endCreationTime
Used with StartCreationTime to limit the returned leads for a user to only
those with a creation date less than or equal to the specified date and
time.
@property (nonatomic, retain) NSDate *endCreationTime
Discussion
Used with StartCreationTime to limit the returned leads for a user to only
those with a creation date less than or equal to the specified date and
time.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetAdFormatLeadsRequestType.h
includeMemberMessages
Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.
@property (nonatomic, retain) NSNumber *includeMemberMessages
Discussion
Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetAdFormatLeadsRequestType.h
itemID
The unique identifier of an item listed on the eBay site.
Returned by eBay when the item is created. This ID must correspond
to an ad format item.
@property (nonatomic, retain) NSString *itemID
Discussion
The unique identifier of an item listed on the eBay site.
Returned by eBay when the item is created. This ID must correspond
to an ad format item.
type : NSString, wrapper for primitive string
Declared In
Trading_GetAdFormatLeadsRequestType.h
startCreationTime
Used with EndCreationTime to limit the returned leads for a user to only
those with a creation date greater than or equal to the specified date and
time.
@property (nonatomic, retain) NSDate *startCreationTime
Discussion
Used with EndCreationTime to limit the returned leads for a user to only
those with a creation date greater than or equal to the specified date and
time.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetAdFormatLeadsRequestType.h