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

simpleType "ns:CheckoutStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"CheckoutComplete"
 - 
This value indicates that the buyer has paid and checkout is complete.
"CheckoutIncomplete"
 - 
This value indicates that checkout is incomplete, generally because the buyer has not paid yet.
"BuyerRequestsTotal"
 - 
This value indicates that the buyer wants to confirm the total price of the order line item before making a payment.
"SellerResponded"
 - 
This value indicates that the seller has just responded to the buyer concerning the total price of the order line item.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (1):
ns:CheckoutStatus (in ns:Status defined in ns:TransactionType complexType)
Known Usage Locations
Annotation
Enumerated type that lists the possible checkout states of an order line item.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:CheckoutStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="CheckoutStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="CheckoutComplete"/>
<xs:enumeration value="CheckoutIncomplete"/>
<xs:enumeration value="BuyerRequestsTotal"/>
<xs:enumeration value="SellerResponded"/>
<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.