Trading_PlaceOfferResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_PlaceOfferResponseType.h Trading_PlaceOfferResponseType.m |
Overview
The PlaceOffer response notifies you about the success and result
of the call.
@ingroup EBayAPIInterface
Tasks
-
sellingStatusIndicates the current bidding/purchase state of the item listing regarding
property
the offer extended using PlaceOffer. See the schema documentation for
the SellingStatus object, the properties of which contain such
post-offer information as the current high bidder, the current price for
the item, and the bid increment. -
transactionIDUnique identifier for an eBay order line item (transaction). The
property
TransactionID field is only returned if the Offer.Action field was set
to Purchase in the input and the purchase was successful. A Purchase
action in PlaceOffer can be used for a fixed-price listing, or for an
auction listing where the Buy It Now option is available. -
bestOfferContainer consisting of the status for a Best Offer. This container is
property
only returned if applicable based on the listing and the value set for
Offer.Action field in the request. -
orderLineItemIDOrderLineItemID is a unique identifier for an eBay order line item and
property
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. The OrderLineItemID field is only
returned if the Offer.Action field is set to Purchase in the input and
the purchase is successful. A Purchase action in PlaceOffer can be used
for a fixed-price listing, or for an auction listing where the Buy It
Now option is available.
Properties
bestOffer
Container consisting of the status for a Best Offer. This container is
only returned if applicable based on the listing and the value set for
Offer.Action field in the request.
@property (nonatomic, retain) Trading_BestOfferType *bestOfferDiscussion
Container consisting of the status for a Best Offer. This container is
only returned if applicable based on the listing and the value set for
Offer.Action field in the request.
type : class Trading_BestOfferType
Declared In
Trading_PlaceOfferResponseType.horderLineItemID
OrderLineItemID is a unique identifier for an eBay order line item and
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. The OrderLineItemID field is only
returned if the Offer.Action field is set to Purchase in the input and
the purchase is successful. A Purchase action in PlaceOffer can be used
for a fixed-price listing, or for an auction listing where the Buy It
Now option is available.
@property (nonatomic, retain) NSString *orderLineItemIDDiscussion
OrderLineItemID is a unique identifier for an eBay order line item and
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. The OrderLineItemID field is only
returned if the Offer.Action field is set to Purchase in the input and
the purchase is successful. A Purchase action in PlaceOffer can be used
for a fixed-price listing, or for an auction listing where the Buy It
Now option is available.
type : NSString, wrapper for primitive string
Declared In
Trading_PlaceOfferResponseType.hsellingStatus
Indicates the current bidding/purchase state of the item listing regarding
the offer extended using PlaceOffer. See the schema documentation for
the SellingStatus object, the properties of which contain such
post-offer information as the current high bidder, the current price for
the item, and the bid increment.
@property (nonatomic, retain) Trading_SellingStatusType *sellingStatusDiscussion
Indicates the current bidding/purchase state of the item listing regarding
the offer extended using PlaceOffer. See the schema documentation for
the SellingStatus object, the properties of which contain such
post-offer information as the current high bidder, the current price for
the item, and the bid increment.
type : class Trading_SellingStatusType
Declared In
Trading_PlaceOfferResponseType.htransactionID
Unique identifier for an eBay order line item (transaction). The
TransactionID field is only returned if the Offer.Action field was set
to Purchase in the input and the purchase was successful. A Purchase
action in PlaceOffer can be used for a fixed-price listing, or for an
auction listing where the Buy It Now option is available.
@property (nonatomic, retain) NSString *transactionIDDiscussion
Unique identifier for an eBay order line item (transaction). The
TransactionID field is only returned if the Offer.Action field was set
to Purchase in the input and the purchase was successful. A Purchase
action in PlaceOffer can be used for a fixed-price listing, or for an
auction listing where the Buy It Now option is available.
type : NSString, wrapper for primitive string
Declared In
Trading_PlaceOfferResponseType.h