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

simpleType "ns:BidActionCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Unknown"
 - 
This value indicates that the action or state is unknown.
"Bid"
 - 
This value is used in a PlaceOffer call if the buyer wants to bid on an auction listing. If this value is used, the prospective buyer must also include the Offer.MaxBid field in the PlaceOffer call and specify the maximum amount that they are willing to bid in an attempt to win the auction. eBay will automatically rebid on behalf of the buyer each time the buyer is outbid up until the time when their Offer.MaxBid value threshold is met. The GetAllBidders call will return this value as well if the buyer has set up automatic bidding using a maximum bid threshold.
"NotUsed"
 - 
This value is no longer applicable.
"Retraction"
 - 
This value indicates that a buyer's Best Offer or a seller's or buyer's counter offer was retracted. This value cannot be used with the PlaceOffer call.
"AutoRetraction"
 - 
This value indicates that a buyer's Best Offer or a seller's or buyer's counter offer was automatically retracted. This value cannot be used with the PlaceOffer call.
"Cancelled"
 - 
This value indicates that a buyer's Best Offer or a seller's or buyer's counter offer was cancelled. This value cannot be used with the PlaceOffer call.
"AutoCancel"
 - 
This value indicates that a buyer's Best Offer or a seller's or buyer's counter offer was automatically cancelled. This value cannot be used with the PlaceOffer call.
"Absentee"
 - 
This value is returned in the GetAllBidders call if an absentee bid was made, which means that eBay made a bid on the auction listing on behalf of the buyer, who has set a maximum bid threshold. This value is not applicable for the PlaceOffer call, as the buyer would use the Bid value instead, as well as setting a Offer.MaxBid value that would specify the maxium amount that the buyer is willing to bid in an attempt to win the auction.
"BuyItNow"
 - 
This value is returned in the GetAllBidders call if the buyer purchased an item in an auction listing using the Buy It Now feature. This value is not applicable for the PlaceOffer call, as the buyer would use the Purchase value instead.
"Purchase"
 - 
This value is used in a PlaceOffer call if the buyer wants to purchase a fixed-price item or purchase an auction item enabled with the Buy It Now feature. Note that this call cannot be used to purchase items that require immediate payment. The GetAllBidders call will return this value as well if the buyer purchased the item. For items requiring immediate payment, the PlaceOffer call cannot be used for purchase.
"CustomCode"
 - 
Reserved for future or internal use.
"Offer"
 - 
This value is used in a PlaceOffer call if the buyer is proposing a Best Offer to the seller. The GetAllBidders call will return this value as well if the buyer proposed a Best Offer to the seller.
"Counter"
 - 
This value is used in a PlaceOffer call if the buyer is proposing a counter offer to the seller's proposed counter offer. The GetAllBidders call will return this value as well if the buyer proposed a counter offer to the seller's counter offer.
"Accept"
 - 
This value is used in a PlaceOffer call if the buyer is accepting a counter offer proposed by the seller. The GetAllBidders call will return this value as well if the buyer accepted a counter offer.
"Decline"
 - 
This value is used in a PlaceOffer call if the buyer is declining a counter offer proposed by the seller. The GetAllBidders call will return this value as well if the buyer declined a counter offer.

All Direct / Indirect Based Elements (1):
ns:Action (defined in ns:OfferType complexType)
Known Usage Locations
Annotation
This enumerated type lists the possible actions that can be made on a listing or Best Offer and the possible states of a bid or Best Offer.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:BidActionCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (16); see within schema source)
<xs:simpleType name="BidActionCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Unknown"/>
<xs:enumeration value="Bid"/>
<xs:enumeration value="NotUsed"/>
<xs:enumeration value="Retraction"/>
<xs:enumeration value="AutoRetraction"/>
<xs:enumeration value="Cancelled"/>
<xs:enumeration value="AutoCancel"/>
<xs:enumeration value="Absentee"/>
<xs:enumeration value="BuyItNow"/>
<xs:enumeration value="Purchase"/>
<xs:enumeration value="CustomCode"/>
<xs:enumeration value="Offer"/>
<xs:enumeration value="Counter"/>
<xs:enumeration value="Accept"/>
<xs:enumeration value="Decline"/>
</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.