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

complexType "ns:GetUserDisputesResponseType"
Namespace:
Content:
complex, 22 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns a list of disputes that involve the calling user as buyer or seller, in response to a GetUserDisputesRequest.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetUserDisputesResponseType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="GetUserDisputesResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="StartingDisputeID" type="ns:DisputeIDType"/>
<xs:element minOccurs="0" name="EndingDisputeID" type="ns:DisputeIDType"/>
<xs:element minOccurs="0" name="DisputeArray" type="ns:DisputeArrayType"/>
<xs:element minOccurs="0" name="ItemsPerPage" type="xs:int"/>
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="DisputeFilterCount" type="ns:DisputeFilterCountType"/>
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/23)
ns:DisputeArray
Type:
ns:DisputeArrayType, complex content
The array of disputes returned.
Component Diagram
XML Representation Summary
<ns:DisputeArray>
   
Content: 
</ns:DisputeArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisputeArray" type="ns:DisputeArrayType"/>

ns:DisputeFilterCount
Type:
ns:DisputeFilterCountType, complex content
The number of disputes that involve the requester as buyer or seller and match a given filter type.
Component Diagram
XML Representation Summary
<ns:DisputeFilterCount>
   
Content: 
</ns:DisputeFilterCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="DisputeFilterCount" type="ns:DisputeFilterCountType"/>

ns:EndingDisputeID
Type:
ns:DisputeIDType, simple content
The index of the last dispute in the current result set, relative to the total number of disputes available. Primarily useful for interpreting paginated results. For example, if 228 disputes are available and 200 results are returned per page: The first page returns an EndingDisputeID value of 200 and the second page returns an EndingDisputeID value of 228.
XML Representation Summary
<ns:EndingDisputeID>
   
Content: 
{ xs:string }
</ns:EndingDisputeID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndingDisputeID" type="ns:DisputeIDType"/>

ns:ItemsPerPage
Type:
xs:int, predefined, simple content
The number of disputes on each virtual page in the result set. The virtual page returned is determined by PageNumber.
XML Representation Summary
<ns:ItemsPerPage>
   
Content: 
{ xs:int }
</ns:ItemsPerPage>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemsPerPage" type="xs:int"/>

ns:PageNumber
Type:
xs:int, predefined, simple content
The page of the total result set returned in the call. The entire result set is virtual and the call returns only one page of it.
XML Representation Summary
<ns:PageNumber>
   
Content: 
{ xs:int }
</ns:PageNumber>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>

ns:PaginationResult
Type:
ns:PaginationResultType, complex content
The result of the pagination, including the total number of virtual pages in the result set and the total number of disputes returned.
Component Diagram
XML Representation Summary
<ns:PaginationResult>
   
Content: 
</ns:PaginationResult>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>

ns:StartingDisputeID
Type:
ns:DisputeIDType, simple content
The index of the first dispute in the current result set, relative to the total number of disputes available. Primarily useful for interpreting paginated results. For example, if 228 disputes are available and 200 results are returned per page: The first page returns a StartingDisputeID value of 1 and the second page returns a StartingDisputeID value of 201.
XML Representation Summary
<ns:StartingDisputeID>
   
Content: 
{ xs:string }
</ns:StartingDisputeID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="StartingDisputeID" type="ns:DisputeIDType"/>

 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.