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

complexType "ns:UnpaidItemType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type defining the UnpaidItem container, which consists of details related to the type and status of an Unpaid Item case.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="UnpaidItemType">
<xs:sequence>
<xs:element minOccurs="0" name="Status" type="ns:UnpaidItemCaseStatusTypeCodeType"/>
<xs:element minOccurs="0" name="Type" type="ns:UnpaidItemCaseOpenTypeCodeType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/3)
ns:Status
Type:
This field indicates the status of the Unpaid Item case. This field is always returned with the UnpaidItem container.
XML Representation Summary
<ns:Status>
   
Content: 
{ enumeration of xs:token }
</ns:Status>
Simple Content
Enumeration:
"Open"
 - 
This value indicates that the Unpaid Item case is open.
"ClosedWithPayment"
 - 
This value indicates that the Unpaid Item case is closed with payment received from the buyer.
"ClosedWithoutPayment"
 - 
This value indicates that the Unpaid Item case is closed with no payment received from the buyer.
"CustomCode"
 - 
This value is reserved for future or internal use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Status" type="ns:UnpaidItemCaseStatusTypeCodeType"/>

ns:Type
Type:
This field indicates if the Unpaid Item case was opened manually by the customer or opened automatically by eBay's Unpaid Item Assistant feature. This field is always returned with the UnpaidItem container.
XML Representation Summary
<ns:Type>
   
Content: 
{ enumeration of xs:token }
</ns:Type>
Simple Content
Enumeration:
"Auto"
 - 
This value indicates that the Unpaid Item case was opened automatically through eBay's Unpaid Item Assistant feature.
"Manual"
 - 
This value indicates that the seller opened an Unpaid Item case manually through the Resolution Center or by using the Trading API's AddDispute call.
"CustomCode"
 - 
This value is reserved for future or internal use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Type" type="ns:UnpaidItemCaseOpenTypeCodeType"/>

{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.