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

simpleType "ns:CancelStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Invalid"
 - 
This value indicates that the order cancellation request is invalid.
"NotApplicable"
 - 
This value indicates that the order cancellation request is not applicable.
"CancelRequested"
 - 
This value indicates that the buyer has initiated the cancellation of the eBay order. It will be up to the seller to decide to approve or reject the cancellation request.
"CancelPending"
 - 
This value indicates that the cancellation of the eBay order has been initiated by the buyer and approved by the seller, but the cancellation request has yet to be completed.
"CancelRejected"
 - 
This value indicates that the cancellation of the eBay order initiated by the buyer has been rejected by the seller.
"CancelClosedNoRefund"
 - 
This value indicates that the order cancellation request has been closed, with no refund issued to the buyer.
"CancelClosedWithRefund"
 - 
This value indicates that the order cancellation request has been closed, with a refund issued to the buyer.
"CancelClosedUnknownRefund"
 - 
This value indicates that the order cancellation request has been closed, and it is unknown whether or not a refund was issued to the buyer. This value will generally be returned when the payment method used to pay for the order was something other than PayPal.
"CancelClosedForCommitment"
 - 
This value indicates that since the buyer committed to buying the item but did not pay for it, the cancellation succeeded and no refund is needed.
"CancelComplete"
 - 
This value indicates that the cancellation of the eBay order has been completed.
"CancelFailed"
 - 
This value indicates that the cancellation of the eBay order has failed.
"CustomCode"
 - 
This value is reserved for internal or future use.

All Direct / Indirect Based Elements (2):
ns:CancelStatus (defined in ns:OrderType complexType),
ns:CancelStatus (in ns:Status defined in ns:TransactionType complexType)
Known Usage Locations
Annotation
Enumerated type that defines the possible states of an eBay order cancellation.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:CancelStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (13); see within schema source)
<xs:simpleType name="CancelStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Invalid"/>
<xs:enumeration value="NotApplicable"/>
<xs:enumeration value="CancelRequested"/>
<xs:enumeration value="CancelPending"/>
<xs:enumeration value="CancelRejected"/>
<xs:enumeration value="CancelClosedNoRefund"/>
<xs:enumeration value="CancelClosedWithRefund"/>
<xs:enumeration value="CancelClosedUnknownRefund"/>
<xs:enumeration value="CancelClosedForCommitment"/>
<xs:enumeration value="CancelComplete"/>
<xs:enumeration value="CancelFailed"/>
<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.