Trading_GetAdFormatLeadsRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetAdFormatLeadsRequestType.h Trading_GetAdFormatLeadsRequestType.m |
Tasks
-
itemIDThe 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. -
statusFilters the leads based on their status.
property -
includeMemberMessagesBoolean which indicates whether to return mail messages for this lead in a MemberMessage node.
property -
startCreationTimeUsed 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. -
endCreationTimeUsed 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 *endCreationTimeDiscussion
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.hincludeMemberMessages
Boolean which indicates whether to return mail messages for this lead in a MemberMessage node.
@property (nonatomic, retain) NSNumber *includeMemberMessagesDiscussion
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.hitemID
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 *itemIDDiscussion
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.hstartCreationTime
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 *startCreationTimeDiscussion
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