Trading_GetBidderListRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject | 
| Declared in | Trading_GetBidderListRequestType.h Trading_GetBidderListRequestType.m | 
Overview
Retrieves all items the user is currently bidding on, and the ones they have won
or purchased.
Retrieves all items the user is currently bidding on, and the ones they have won
or purchased.
@ingroup EBayAPIInterface
Tasks
- 
	
		activeItemsOnlyIndicates whether or not to limit the result set to active items. If true, only property
 active items are returned and the EndTimeFrom and EndTimeTo filters are
 ignored. If false (or not sent), both active and ended items are returned.
- 
	
		endTimeFromUsed in conjunction with EndTimeTo. Limits returned items to only those for property
 which the item’s end date is on or after the date-time specified. Specify an
 end date within 30 days prior to today. Items that ended more than 30 days
 ago are omitted from the results. If specified, EndTimeTo must also be
 specified. Express date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT.
 (For information on how to convert between your local time zone and GMT, see
 Time Values Note.) This field is ignored if ActiveItemsOnly is true.
- 
	
		endTimeToUsed in conjunction with EndTimeFrom. Limits returned items to only those for property
 which the item’s end date is on or before the date-time specified. If
 specified, EndTimeFrom must also be specified. Express date-time in the format
 YYYY-MM-DD HH:MM:SS, and in GMT. This field is ignored if ActiveItemsOnly is
 true. Note that for GTC items, whose end times automatically increment by 30
 days every 30 days, an EndTimeTo within in the first 30 days of a listing will
 refer to the listing’s initial end time.
- 
	
		userIDThe user for whom information should be returned. If property
 provided, overrides user defined via RequesterCredentials
 in header.
- 
	
		granularityLevelYou can control some of the fields returned in the response by specifying one property
 of two values in the GranularityLevel field: Fine or Medium. Fine returns
 more fields than the default, while setting this field to Medium returns an
 abbreviated set of results.
Properties
activeItemsOnly
Indicates whether or not to limit the result set to active items. If true, only
active items are returned and the EndTimeFrom and EndTimeTo filters are
ignored. If false (or not sent), both active and ended items are returned.
@property (nonatomic, retain) NSNumber *activeItemsOnlyDiscussion
Indicates whether or not to limit the result set to active items. If true, only
active items are returned and the EndTimeFrom and EndTimeTo filters are
ignored. If false (or not sent), both active and ended items are returned.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetBidderListRequestType.hendTimeFrom
Used in conjunction with EndTimeTo. Limits returned items to only those for
which the item’s end date is on or after the date-time specified. Specify an
end date within 30 days prior to today. Items that ended more than 30 days
ago are omitted from the results. If specified, EndTimeTo must also be
specified. Express date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT.
(For information on how to convert between your local time zone and GMT, see
Time Values Note.) This field is ignored if ActiveItemsOnly is true.
@property (nonatomic, retain) NSDate *endTimeFromDiscussion
Used in conjunction with EndTimeTo. Limits returned items to only those for
which the item’s end date is on or after the date-time specified. Specify an
end date within 30 days prior to today. Items that ended more than 30 days
ago are omitted from the results. If specified, EndTimeTo must also be
specified. Express date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT.
(For information on how to convert between your local time zone and GMT, see
Time Values Note.) This field is ignored if ActiveItemsOnly is true.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetBidderListRequestType.hendTimeTo
Used in conjunction with EndTimeFrom. Limits returned items to only those for
which the item’s end date is on or before the date-time specified. If
specified, EndTimeFrom must also be specified. Express date-time in the format
YYYY-MM-DD HH:MM:SS, and in GMT. This field is ignored if ActiveItemsOnly is
true. Note that for GTC items, whose end times automatically increment by 30
days every 30 days, an EndTimeTo within in the first 30 days of a listing will
refer to the listing’s initial end time.
@property (nonatomic, retain) NSDate *endTimeToDiscussion
Used in conjunction with EndTimeFrom. Limits returned items to only those for
which the item’s end date is on or before the date-time specified. If
specified, EndTimeFrom must also be specified. Express date-time in the format
YYYY-MM-DD HH:MM:SS, and in GMT. This field is ignored if ActiveItemsOnly is
true. Note that for GTC items, whose end times automatically increment by 30
days every 30 days, an EndTimeTo within in the first 30 days of a listing will
refer to the listing’s initial end time.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetBidderListRequestType.hgranularityLevel
You can control some of the fields returned in the response by specifying one
of two values in the GranularityLevel field: Fine or Medium. Fine returns
more fields than the default, while setting this field to Medium returns an
abbreviated set of results.
@property (nonatomic, retain) NSString *granularityLevelDiscussion
You can control some of the fields returned in the response by specifying one
of two values in the GranularityLevel field: Fine or Medium. Fine returns
more fields than the default, while setting this field to Medium returns an
abbreviated set of results.
type: string constant in Trading_GranularityLevelCodeType.h
Declared In
Trading_GetBidderListRequestType.huserID
The user for whom information should be returned. If
provided, overrides user defined via RequesterCredentials
in header.
@property (nonatomic, retain) NSString *userIDDiscussion
The user for whom information should be returned. If
provided, overrides user defined via RequesterCredentials
in header.
type : NSString, wrapper for primitive string
Declared In
Trading_GetBidderListRequestType.h