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

simpleType "ns:DisputeSortTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"None"
 - 
This is the default value. If this value is used in the DisputeSortType field, or if the DisputeSortType field is omitted from the GetUserDisputes request, retrieved disputes are sorted according to dispute creation time, in descending order.
"DisputeCreatedTimeAscending"
 - 
If this value is used in the DisputeSortType field, retrieved disputes are sorted according to dispute creation time, in ascending order.
"DisputeCreatedTimeDescending"
 - 
If this value is used in the DisputeSortType field, retrieved disputes are sorted according to dispute creation time, in descending order.
"DisputeStatusAscending"
 - 
If this value is used in the DisputeSortType field, retrieved disputes are sorted according to dispute status, in ascending order.
"DisputeStatusDescending"
 - 
If this value is used in the DisputeSortType field, retrieved disputes are sorted according to dispute status, in descending order.
"DisputeCreditEligibilityAscending"
 - 
If this value is used in the DisputeSortType field, retrieved disputes are sorted according to whether the disputes are eligible for a Final Value Fee credit to the seller, in ascending order. In other words, disputes ineligible for a FVF credit are listed before disputes that are eligible for a FVF credit.
"DisputeCreditEligibilityDescending"
 - 
If this value is used in the DisputeSortType field, retrieved disputes are sorted according to whether the disputes are eligible for a Final Value Fee credit to the seller, in descending order. In other words, disputes eligible for a FVF credit are listed before disputes that are not eligible for a FVF credit.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type that defines the values that can be used in the DisputeSortType filter of the GetUserDisputes request to control the order of disputes that are returned.

Note: 'Item Not Received' or 'Significantly Not As Described' cases, initiated by buyers through the eBay Money Back Guarantee program, are not returned with GetUserDisputes. The getCase method of the Post-Order API is used to retrieve Money Back Guarantee cases programmatically.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:DisputeSortTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="DisputeSortTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="None"/>
<xs:enumeration value="DisputeCreatedTimeAscending"/>
<xs:enumeration value="DisputeCreatedTimeDescending"/>
<xs:enumeration value="DisputeStatusAscending"/>
<xs:enumeration value="DisputeStatusDescending"/>
<xs:enumeration value="DisputeCreditEligibilityAscending"/>
<xs:enumeration value="DisputeCreditEligibilityDescending"/>
<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.