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

simpleType "ns:DisputeFilterTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"AllInvolvedDisputes"
 - 
If used, this filter returns all open and closed disputes that involve the caller as a buyer or seller.
"DisputesAwaitingMyResponse"
 - 
If used, this filter returns all open disputes that involve the caller as a buyer or seller and are awaiting a response from the caller. This is the default DisputeFilterType value. In other words, if no DisputeFilterType is specified in the request, only those disputes where the caller's response is due are returned.
"DisputesAwaitingOtherPartyResponse"
 - 
If used, this filter returns all open disputes that involve the caller as a buyer or seller and are awaiting a response from the other party.
"AllInvolvedClosedDisputes"
 - 
If used, this filter returns all closed disputes that involve the caller as a buyer or seller.
"EligibleForCredit"
 - 
If used, this filter returns all disputes that involve the caller as a buyer or seller and are eligible for a Final Value Fee credit, regardless of whether or not the credit has been granted.
"UnpaidItemDisputes"
 - 
If used, this filter returns all open and closed Unpaid Item disputes that involve the caller as a buyer or seller.
"ItemNotReceivedDisputes"
 - 
If used, this filter returns all open and closed Item Not Received disputes that involve the caller as a buyer or seller.

Note: This filter is only used to retrieve any 'Item Not Received' or 'Significantly Not As Described' disputes that a buyer initiated through their PayPal account. As noted above, the GetUserDisputes call will not return any eBay Money Back Guarantee cases.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Enumeration type that specifies the dispute filters that can be used in the DisputeFilterType field of the GetUserDisputes call.

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, regardless of what filter value is used. 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:DisputeFilterTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="DisputeFilterTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="AllInvolvedDisputes"/>
<xs:enumeration value="DisputesAwaitingMyResponse"/>
<xs:enumeration value="DisputesAwaitingOtherPartyResponse"/>
<xs:enumeration value="AllInvolvedClosedDisputes"/>
<xs:enumeration value="EligibleForCredit"/>
<xs:enumeration value="UnpaidItemDisputes"/>
<xs:enumeration value="ItemNotReceivedDisputes"/>
<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.