Trading_ItemBidDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ItemBidDetailsType.h Trading_ItemBidDetailsType.m |
Tasks
-
itemID
The unique identifier of an item listed on the eBay site.
property
For GetAllBidders, an anonymous user ID is returned.
Since a bidder’s user info is anonymous, this tag will contain the real ID value only for that bidder, and the seller of an item that the user is
bidding on. For all other users, the real ID value will be replaced with the anonymous value, according to these rules:
When bidding on items listed on the US site: UserID is replaced with the value “ab” where a and b are random characters from the UserID. For example, if the UserID = IBidALot, it might be displayed as, “IA”.
Note that in this format, the anonymous bidder ID stays the same for every auction.
(GetMyeBayBuying only) when bidding on items listed on the US site: UserID is replaced with the value “a****b” where a and b are random characters from the UserID.
When bidding on items listed on the the UK and AU sites: UserID is replaced with the value “Bidder X” where X is a number indicating the order of that user’s first bid. For example, if the user was the third bidder,
UserID = Bidder 3.
Note that in this format, the anonymous bidder ID stays the same for a given auction, but is different for different auctions. For example, a bidder who is the third and then the seventh bidder in an auction will be listed for both bids as “Bidder 3”. However, if that same bidder is the first bidder on a different auction, the bidder will be listed for that auction as “Bidder 1”,
not “Bidder 3”.
(GetMyeBayBuying only) when bidding on items listed on the UK and AU sites: UserID is replaced with the string “High Bidder”.
(GetBestOffers only) - all sites: The last part of the user ID is replaced with asterisks for users that submit best offers on an item. The seller of the item will be able to see the full UserID. -
categoryID
Numeric ID for the category that the item belongs to.
property -
bidCount
The total number of bids the user placed on the item.
property -
sellerID
The eBay ID of the seller who listed the item.
property
Starting Jan 2007, when a bidder’s user info is made
anonymous, this tag will be returned with the anonymous
value “Seller X”, where X indicates where the seller falls
in the sequence of sellers that the user has purchased items
from. For example, if the seller is the third seller that
the user has purchased items from, the value “Seller 3” is
returned. -
lastBidTime
The time at which the user placed the last bid on the item.
property -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_ItemBidDetailsType.h
bidCount
The total number of bids the user placed on the item.
@property (nonatomic, retain) NSNumber *bidCount
Discussion
The total number of bids the user placed on the item.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ItemBidDetailsType.h
categoryID
Numeric ID for the category that the item belongs to.
@property (nonatomic, retain) NSString *categoryID
Discussion
Numeric ID for the category that the item belongs to.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemBidDetailsType.h
itemID
The unique identifier of an item listed on the eBay site.
For GetAllBidders, an anonymous user ID is returned.
Since a bidder’s user info is anonymous, this tag will contain the real ID value only for that bidder, and the seller of an item that the user is
bidding on. For all other users, the real ID value will be replaced with the anonymous value, according to these rules:
When bidding on items listed on the US site: UserID is replaced with the value “ab” where a and b are random characters from the UserID. For example, if the UserID = IBidALot, it might be displayed as, “IA”.
Note that in this format, the anonymous bidder ID stays the same for every auction.
(GetMyeBayBuying only) when bidding on items listed on the US site: UserID is replaced with the value “a****b” where a and b are random characters from the UserID.
When bidding on items listed on the the UK and AU sites: UserID is replaced with the value “Bidder X” where X is a number indicating the order of that user’s first bid. For example, if the user was the third bidder,
UserID = Bidder 3.
Note that in this format, the anonymous bidder ID stays the same for a given auction, but is different for different auctions. For example, a bidder who is the third and then the seventh bidder in an auction will be listed for both bids as “Bidder 3”. However, if that same bidder is the first bidder on a different auction, the bidder will be listed for that auction as “Bidder 1”,
not “Bidder 3”.
(GetMyeBayBuying only) when bidding on items listed on the UK and AU sites: UserID is replaced with the string “High Bidder”.
(GetBestOffers only) - all sites: The last part of the user ID is replaced with asterisks for users that submit best offers on an item. The seller of the item will be able to see the full UserID.
@property (nonatomic, retain) NSString *itemID
Discussion
The unique identifier of an item listed on the eBay site.
For GetAllBidders, an anonymous user ID is returned.
Since a bidder’s user info is anonymous, this tag will contain the real ID value only for that bidder, and the seller of an item that the user is
bidding on. For all other users, the real ID value will be replaced with the anonymous value, according to these rules:
When bidding on items listed on the US site: UserID is replaced with the value “ab” where a and b are random characters from the UserID. For example, if the UserID = IBidALot, it might be displayed as, “IA”.
Note that in this format, the anonymous bidder ID stays the same for every auction.
(GetMyeBayBuying only) when bidding on items listed on the US site: UserID is replaced with the value “a****b” where a and b are random characters from the UserID.
When bidding on items listed on the the UK and AU sites: UserID is replaced with the value “Bidder X” where X is a number indicating the order of that user’s first bid. For example, if the user was the third bidder,
UserID = Bidder 3.
Note that in this format, the anonymous bidder ID stays the same for a given auction, but is different for different auctions. For example, a bidder who is the third and then the seventh bidder in an auction will be listed for both bids as “Bidder 3”. However, if that same bidder is the first bidder on a different auction, the bidder will be listed for that auction as “Bidder 1”,
not “Bidder 3”.
(GetMyeBayBuying only) when bidding on items listed on the UK and AU sites: UserID is replaced with the string “High Bidder”.
(GetBestOffers only) - all sites: The last part of the user ID is replaced with asterisks for users that submit best offers on an item. The seller of the item will be able to see the full UserID.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemBidDetailsType.h
lastBidTime
The time at which the user placed the last bid on the item.
@property (nonatomic, retain) NSDate *lastBidTime
Discussion
The time at which the user placed the last bid on the item.
type : NSDate, wrapper for primitive date
Declared In
Trading_ItemBidDetailsType.h
sellerID
The eBay ID of the seller who listed the item.
Starting Jan 2007, when a bidder’s user info is made
anonymous, this tag will be returned with the anonymous
value “Seller X”, where X indicates where the seller falls
in the sequence of sellers that the user has purchased items
from. For example, if the seller is the third seller that
the user has purchased items from, the value “Seller 3” is
returned.
@property (nonatomic, retain) NSString *sellerID
Discussion
The eBay ID of the seller who listed the item.
Starting Jan 2007, when a bidder’s user info is made
anonymous, this tag will be returned with the anonymous
value “Seller X”, where X indicates where the seller falls
in the sequence of sellers that the user has purchased items
from. For example, if the seller is the third seller that
the user has purchased items from, the value “Seller 3” is
returned.
type : NSString, wrapper for primitive string
Declared In
Trading_ItemBidDetailsType.h