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
-
sellingStatus
Indicates 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. -
transactionID
Unique 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. -
bestOffer
Container 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. -
orderLineItemID
OrderLineItemID 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 *bestOffer
Discussion
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.h
orderLineItemID
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 *orderLineItemID
Discussion
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.h
sellingStatus
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 *sellingStatus
Discussion
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.h
transactionID
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 *transactionID
Discussion
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