Trading_BestOfferType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BestOfferType.h Trading_BestOfferType.m |
Tasks
-
bestOfferIDAn ID to distinguish this Best Offer from other Best Offers
property
made on the item. -
expirationTimeDate and time (in GMT) the offer naturally expires (if the
property
seller has not accepted or declined the offer). -
buyerInformation about the buyer who made the Best Offer.
property -
priceThe amount of the Best Offer.
property -
statusThe state of the offer. In the case of
property
a PlaceOffer response that specified a Best Offer,
Status may be “Accepted” if the Best Offer
was at or above an auto-accept price. -
quantityThe number of items for which the buyer is making an offer.
property -
buyerMessageText message that was provided by a buyer when placing a Best Offer.
property -
sellerMessageText response to buyer from seller.
property -
bestOfferCodeTypeThis value indicates whether the corresponding offer is an original Best Offer, or a counter offer to a Best
property
Offer from the seller or buyer. -
callStatusThe status of the call, either Success or Failure.
property -
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_BestOfferType.hbestOfferCodeType
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 *bestOfferCodeTypeDiscussion
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.hbestOfferID
An ID to distinguish this Best Offer from other Best Offers
made on the item.
@property (nonatomic, retain) NSString *bestOfferIDDiscussion
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.hbuyer
Information about the buyer who made the Best Offer.
@property (nonatomic, retain) Trading_UserType *buyerDeclared In
Trading_BestOfferType.hbuyerMessage
Text message that was provided by a buyer when placing a Best Offer.
@property (nonatomic, retain) NSString *buyerMessageDiscussion
Text message that was provided by a buyer when placing a Best Offer.
type : NSString, wrapper for primitive string
Declared In
Trading_BestOfferType.hcallStatus
The status of the call, either Success or Failure.
@property (nonatomic, retain) NSString *callStatusDiscussion
The status of the call, either Success or Failure.
type : NSString, wrapper for primitive string
Declared In
Trading_BestOfferType.hexpirationTime
Date and time (in GMT) the offer naturally expires (if the
seller has not accepted or declined the offer).
@property (nonatomic, retain) NSDate *expirationTimeDiscussion
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.hprice
The amount of the Best Offer.
@property (nonatomic, retain) Trading_AmountType *priceDeclared In
Trading_BestOfferType.hquantity
The number of items for which the buyer is making an offer.
@property (nonatomic, retain) NSNumber *quantityDiscussion
The number of items for which the buyer is making an offer.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BestOfferType.hsellerMessage
Text response to buyer from seller.
@property (nonatomic, retain) NSString *sellerMessageDeclared In
Trading_BestOfferType.hstatus
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 *statusDiscussion
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