Trading_BiddingDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BiddingDetailsType.h Trading_BiddingDetailsType.m |
Tasks
-
convertedMaxBidConverted value of the amount in MaxBidAmount, in the currency
property
indicated by SiteCurrency.
For active items, refresh the listing’s data every 24 hours to
pick up the current conversion rates. Under conditions where this
value would be inapplicable on the eBay site, this element is not returned
at all. -
maxBidIndicates the maximum amount the user has agreed to pay for the item when the
property
user last submitted a bid. Under conditions where this value would be
N/A on the eBay site, this element is not returned at all. -
quantityBidNumber of items from the listing the user agreed to purchase with a bid. For
property
single-item listings, always 1. For multi-item (Dutch) listings, the value will be
between 1 and the number of items offered in the auction, indicating the
number of items purchased so far.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
-
quantityWonUsed mainly for multi-item auctions (Dutch). For an active listing, indicates the
property
number of items the user stands to win if their bid wins. For a listing that has
ended, indicates the number of items the user actually won. In both cases, the number
may be less than that returned in QuantityBid, the user with the lowest winning bid in
a Dutch auction might not win all the items on which they bid.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
-
winning(GetMyeBay only) Indicates whether the user is the current
property
high bidder in a currently active listing. -
bidAssistantIndicates whether the current bid was placed by BidAssistant.
property
Only returns if true. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BiddingDetailsType.hbidAssistant
Indicates whether the current bid was placed by BidAssistant.
Only returns if true.
@property (nonatomic, retain) NSNumber *bidAssistantDiscussion
Indicates whether the current bid was placed by BidAssistant.
Only returns if true.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_BiddingDetailsType.hconvertedMaxBid
Converted value of the amount in MaxBidAmount, in the currency
indicated by SiteCurrency.
For active items, refresh the listing’s data every 24 hours to
pick up the current conversion rates. Under conditions where this
value would be inapplicable on the eBay site, this element is not returned
at all.
@property (nonatomic, retain) Trading_AmountType *convertedMaxBidDiscussion
Converted value of the amount in MaxBidAmount, in the currency
indicated by SiteCurrency.
For active items, refresh the listing’s data every 24 hours to
pick up the current conversion rates. Under conditions where this
value would be inapplicable on the eBay site, this element is not returned
at all.
type : class Trading_AmountType
Declared In
Trading_BiddingDetailsType.hmaxBid
Indicates the maximum amount the user has agreed to pay for the item when the
user last submitted a bid. Under conditions where this value would be
N/A on the eBay site, this element is not returned at all.
@property (nonatomic, retain) Trading_AmountType *maxBidDiscussion
Indicates the maximum amount the user has agreed to pay for the item when the
user last submitted a bid. Under conditions where this value would be
N/A on the eBay site, this element is not returned at all.
type : class Trading_AmountType
Declared In
Trading_BiddingDetailsType.hquantityBid
Number of items from the listing the user agreed to purchase with a bid. For
single-item listings, always 1. For multi-item (Dutch) listings, the value will be
between 1 and the number of items offered in the auction, indicating the
number of items purchased so far.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
@property (nonatomic, retain) NSNumber *quantityBidDiscussion
Number of items from the listing the user agreed to purchase with a bid. For
single-item listings, always 1. For multi-item (Dutch) listings, the value will be
between 1 and the number of items offered in the auction, indicating the
number of items purchased so far.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingDetailsType.hquantityWon
Used mainly for multi-item auctions (Dutch). For an active listing, indicates the
number of items the user stands to win if their bid wins. For a listing that has
ended, indicates the number of items the user actually won. In both cases, the number
may be less than that returned in QuantityBid, the user with the lowest winning bid in
a Dutch auction might not win all the items on which they bid.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
@property (nonatomic, retain) NSNumber *quantityWonDiscussion
Used mainly for multi-item auctions (Dutch). For an active listing, indicates the
number of items the user stands to win if their bid wins. For a listing that has
ended, indicates the number of items the user actually won. In both cases, the number
may be less than that returned in QuantityBid, the user with the lowest winning bid in
a Dutch auction might not win all the items on which they bid.
Note:
As of version 619, Dutch-style (multi-item) competitive-bid auctions are deprecated.
eBay throws an error if you submit a Dutch item listing with AddItem
or VerifyAddItem. If you use RelistItem to update a Dutch auction listing,
eBay generates a warning and resets the Quantity value to 1.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingDetailsType.hwinning
(GetMyeBay only) Indicates whether the user is the current
high bidder in a currently active listing.
@property (nonatomic, retain) NSNumber *winningDiscussion
(GetMyeBay only) Indicates whether the user is the current
high bidder in a currently active listing.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_BiddingDetailsType.h