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

Overview

Details about a Best Offer.

@ingroup EBayAPIInterface

Tasks

  •   bestOfferID

    An ID to distinguish this Best Offer from other Best Offers
    made on the item.

    property
  •   expirationTime

    Date and time (in GMT) the offer naturally expires (if the
    seller has not accepted or declined the offer).

    property
  •   buyer

    Information about the buyer who made the Best Offer.

    property
  •   price

    The amount of the Best Offer.

    property
  •   status

    The state of the offer. In the case of
    a PlaceOffer response that specified a Best Offer,
    Status may be “Accepted” if the Best Offer
    was at or above an auto-accept price.

    property
  •   quantity

    The number of items for which the buyer is making an offer.

    property
  •   buyerMessage

    Text message that was provided by a buyer when placing a Best Offer.

    property
  •   sellerMessage

    Text response to buyer from seller.

    property
  •   bestOfferCodeType

    This value indicates whether the corresponding offer is an original Best Offer, or a counter offer to a Best
    Offer from the seller or buyer.

    property
  •   callStatus

    The status of the call, either Success or Failure.

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

bestOfferCodeType

This value indicates whether the corresponding offer is an original Best Offer, or a counter offer to a Best
Offer from the seller or buyer.

@property (nonatomic, retain) NSString *bestOfferCodeType

Discussion

This value indicates whether the corresponding offer is an original Best Offer, or a counter offer to a Best
Offer from the seller or buyer.

type: string constant in Trading_BestOfferTypeCodeType.h

Declared In

Trading_BestOfferType.h

bestOfferID

An ID to distinguish this Best Offer from other Best Offers
made on the item.

@property (nonatomic, retain) NSString *bestOfferID

Discussion

An ID to distinguish this Best Offer from other Best Offers
made on the item.

type : NSString, wrapper for primitive string

Declared In

Trading_BestOfferType.h

buyer

Information about the buyer who made the Best Offer.

@property (nonatomic, retain) Trading_UserType *buyer

Discussion

Information about the buyer who made the Best Offer.

type : class Trading_UserType

Declared In

Trading_BestOfferType.h

buyerMessage

Text message that was provided by a buyer when placing a Best Offer.

@property (nonatomic, retain) NSString *buyerMessage

Discussion

Text message that was provided by a buyer when placing a Best Offer.

type : NSString, wrapper for primitive string

Declared In

Trading_BestOfferType.h

callStatus

The status of the call, either Success or Failure.

@property (nonatomic, retain) NSString *callStatus

Discussion

The status of the call, either Success or Failure.

type : NSString, wrapper for primitive string

Declared In

Trading_BestOfferType.h

expirationTime

Date and time (in GMT) the offer naturally expires (if the
seller has not accepted or declined the offer).

@property (nonatomic, retain) NSDate *expirationTime

Discussion

Date and time (in GMT) the offer naturally expires (if the
seller has not accepted or declined the offer).

type : NSDate, wrapper for primitive date

Declared In

Trading_BestOfferType.h

price

The amount of the Best Offer.

@property (nonatomic, retain) Trading_AmountType *price

Discussion

The amount of the Best Offer.

type : class Trading_AmountType

Declared In

Trading_BestOfferType.h

quantity

The number of items for which the buyer is making an offer.

@property (nonatomic, retain) NSNumber *quantity

Discussion

The number of items for which the buyer is making an offer.

type : NSNumber, wrapper for primitive int

Declared In

Trading_BestOfferType.h

sellerMessage

Text response to buyer from seller.

@property (nonatomic, retain) NSString *sellerMessage

Discussion

Text response to buyer from seller.

type : NSString, wrapper for primitive string

Declared In

Trading_BestOfferType.h

status

The state of the offer. In the case of
a PlaceOffer response that specified a Best Offer,
Status may be “Accepted” if the Best Offer
was at or above an auto-accept price.

@property (nonatomic, retain) NSString *status

Discussion

The state of the offer. In the case of
a PlaceOffer response that specified a Best Offer,
Status may be “Accepted” if the Best Offer
was at or above an auto-accept price.

type: string constant in Trading_BestOfferStatusCodeType.h

Declared In

Trading_BestOfferType.h