Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_BiddingDetailsType.h
Trading_BiddingDetailsType.m

Overview

Contains detailed information about a bid.

@ingroup EBayAPIInterface

Tasks

  •   convertedMaxBid

    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
  •   maxBid

    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
  •   quantityBid

    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
  •   quantityWon

    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
  •   winning

    (GetMyeBay only) Indicates whether the user is the current
    high bidder in a currently active listing.

    property
  •   bidAssistant

    Indicates whether the current bid was placed by BidAssistant.
    Only returns if true.

    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_BiddingDetailsType.h

bidAssistant

Indicates whether the current bid was placed by BidAssistant.
Only returns if true.

@property (nonatomic, retain) NSNumber *bidAssistant

Discussion

Indicates whether the current bid was placed by BidAssistant.
Only returns if true.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_BiddingDetailsType.h

convertedMaxBid

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 *convertedMaxBid

Discussion

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.h

maxBid

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 *maxBid

Discussion

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.h

quantityBid

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 *quantityBid

Discussion

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.h

quantityWon

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 *quantityWon

Discussion

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.h

winning

(GetMyeBay only) Indicates whether the user is the current
high bidder in a currently active listing.

@property (nonatomic, retain) NSNumber *winning

Discussion

(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