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

simpleType "ns:DisputeRecordTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"UnpaidItem"
 - 
This enumeration value indicates that the dispute is an Unpaid Item case created by the seller against the buyer. A seller should always try to resolve an Unpaid Item issue with the buyer before opening up a case with eBay. Sometimes, just sending payment reminders to the buyer or messaging the buyer through the Messaging platform can be helpful. The Resolving unpaid items with buyers help topic provides more details and tips on trying to work Unpaid Item issues out with the buyer.
"ItemNotReceived"
 - 
This enumeration value indicates that the dispute is an Item Not Received case created by the buyer against the seller through PayPal's platform.

Note: As noted above, the GetDispute or GetUserDisputes calls will not return any eBay Money Back Guarantee cases.
"HalfDispute"
 - 
This enumeration value is no longer applicable as the Half.com marketplace is shut down.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type that lists the different types of order disputes that can occur between buyer and seller.

Note: 'Item Not Received' or 'Significantly Not As Described' cases, initiated by buyers through the eBay Money Back Guarantee program, are not returned with GetDispute or 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:DisputeRecordTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="DisputeRecordTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="UnpaidItem"/>
<xs:enumeration value="ItemNotReceived"/>
<xs:enumeration value="HalfDispute"/>
<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.