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

complexType "ns:DisputeResolutionType"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains all information about a dispute resolution. A dispute can have a resolution even if the seller does not receive payment. The resolution can have various results, including a Final Value Fee credit to the seller or a strike to the buyer.

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.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DisputeResolutionType">
<xs:sequence>
<xs:element minOccurs="0" name="DisputeResolutionRecordType" type="ns:DisputeResolutionRecordTypeCodeType"/>
<xs:element minOccurs="0" name="DisputeResolutionReason" type="ns:DisputeResolutionReasonCodeType"/>
<xs:element minOccurs="0" name="ResolutionTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:DisputeResolutionReason
Type:
The reason for the resolution. The DisputeResolutionReason results in the action described by the DisputeResolutionRecordType.
XML Representation Summary
<ns:DisputeResolutionReason>
   
Content: 
{ enumeration of xs:token }
</ns:DisputeResolutionReason>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisputeResolutionReason" type="ns:DisputeResolutionReasonCodeType"/>

ns:DisputeResolutionRecordType
Type:
The action resulting from the resolution, affecting either the buyer or the seller.
XML Representation Summary
<ns:DisputeResolutionRecordType>
   
Content: 
{ enumeration of xs:token }
</ns:DisputeResolutionRecordType>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)

ns:ResolutionTime
Type:
xs:dateTime, predefined, simple content
The date and time the dispute was resolved, in GMT.
XML Representation Summary
<ns:ResolutionTime>
   
Content: 
{ xs:dateTime }
</ns:ResolutionTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ResolutionTime" type="xs:dateTime"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.