Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:BestOfferStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Pending"
 - 
This value indicates that the buyer's Best Offer on an item is awaiting the seller's response (accept, decline, counter offer). A buyer's Best Offer expires after 48 hours without a seller's response.
"Accepted"
 - 
Depending on context, this value can indicate that the buyer's Best Offer was accepted by the seller, or that the seller's or buyer's counter offer was accepted by the other party.
"Declined"
 - 
Depending on context, this value can indicate that the buyer's Best Offer was declined by the seller, or that the seller's or buyer's counter offer was declined by the other party.
"Expired"
 - 
Depending on context, this value can indicate that the buyer's Best Offer expired due to the passing of 48 hours with no seller response (accept, decline, counter offer), or that the seller's or buyer's counter offer expired due to the passing of 48 hours with no response from other party.
"Retracted"
 - 
Depending on context, this value can indicate that the buyer has retracted the Best Offer, or that the seller's or buyer's counter offer has been retracted.
"AdminEnded"
 - 
This value indicates that the Best Offer was ended by an eBay administrator.
"Active"
 - 
Depending on context, this value can indicate that a buyer's Best Offer or that the seller's or buyer's counter offer is in the active state. The Active value can also be used in the GetBestOffers request to retrieve only active Best Offers.
"Countered"
 - 
Depending on context, this value can indicate that a buyer's Best Offer has been countered by the seller, or that the seller's or buyer's counter offer has been countered by the other party.
"All"
 - 
This value is used in the GetBestOffers request to retrieve all Best Offers in all states. This value is only applicable to the GetBestOffers call.
"PendingBuyerPayment"
 - 
This value indicates that the buyer and seller have come to agreement on a Best Offer price, but the seller is still waiting for payment from the buyer. If the buyer does not pay within 48 hours, the Best Offer will expire.
"PendingBuyerConfirmation"
 - 
This value indicates that the seller is waiting on the buyer to commit to buying the item at the counter offer price.
"CustomCode"
 - 
(out) Reserved for internal or future use.

All Direct / Indirect Based Elements (3):
ns:Status (defined in ns:BestOfferType complexType)
Known Usage Locations
Annotation
Enumerated type that defines the possible values for the status of a Best Offer or a buyer's/seller's counter offer.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:BestOfferStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="BestOfferStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Pending"/>
<xs:enumeration value="Accepted"/>
<xs:enumeration value="Declined"/>
<xs:enumeration value="Expired"/>
<xs:enumeration value="Retracted"/>
<xs:enumeration value="AdminEnded"/>
<xs:enumeration value="Active"/>
<xs:enumeration value="Countered"/>
<xs:enumeration value="All"/>
<xs:enumeration value="PendingBuyerPayment"/>
<xs:enumeration value="PendingBuyerConfirmation"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.