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

complexType "ns:UnpaidItemAssistancePreferencesType"
Namespace:
Content:
complex, 6 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
This type defines the UnpaidItemAssistancePreferences container. This container is used in SetUserPreferences to set the preferences related to the Unpaid Item Assistant feature. The UnpaidItemAssistancePreferences container is also returned in GetUserPreferences (if the ShowUnpaidItemAssistancePreference flag is included and set to true in the request).

See the Using Unpaid Item Assistant Help topic for more information about setting up and using the Unpaid Item Assistant feature.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="UnpaidItemAssistancePreferencesType">
<xs:sequence>
<xs:element minOccurs="0" name="DelayBeforeOpeningDispute" type="xs:int"/>
<xs:element minOccurs="0" name="OptInStatus" type="xs:boolean"/>
<xs:element default="false" minOccurs="0" name="AutoRelist" type="xs:boolean"/>
<xs:element default="false" minOccurs="0" name="RemoveAllExcludedUsers" type="xs:boolean"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExcludedUser" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="AutoOptDonationRefund" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/7)
ns:AutoOptDonationRefund
Type:
xs:boolean, predefined, simple content
Flag to indicate whether or not the seller wants eBay to automatically request PayPal Giving Fund donation refunds after Unpaid Item cases are opened and closed through the Unpaid Item Assistant mechanism without payment. This setting is only applicable to eBay for Charity listings.

This field is ignored if the OptInStatus flag is included and set to false in the request, or if the seller is not currently opted into the Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.
XML Representation Summary
<ns:AutoOptDonationRefund>
   
Content: 
{ xs:boolean }
</ns:AutoOptDonationRefund>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="AutoOptDonationRefund" type="xs:boolean"/>

ns:AutoRelist
Type:
xs:boolean, predefined, simple content
Flag to indicate whether or not the seller wants eBay to automatically relist items after corresponding Unpaid Item cases are opened and closed through the Unpaid Item Assistant mechanism without payment. For a multiple-quantity listing, the quantity is adjusted if AutoRelist is set to true.

This field is ignored if the OptInStatus flag is included and set to false in the request, or if the seller is not currently opted into the Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.
XML Representation Summary
<ns:AutoRelist>
   
Content: 
{ xs:boolean }
</ns:AutoRelist>
Simple Content
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="false" minOccurs="0" name="AutoRelist" type="xs:boolean"/>

ns:DelayBeforeOpeningDispute
Type:
xs:int, predefined, simple content
This value indicates the number of days that should elapse before the Unpaid Item Assistant mechanism opens an Unpaid Item case on behalf of the seller. Valid values are: 4, 8, 16, 24, and 32 (days).

This field is ignored if the OptInStatus flag is included and set to false in the request, or if the seller is not currently opted into the Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.
XML Representation Summary
<ns:DelayBeforeOpeningDispute>
   
Content: 
{ xs:int }
</ns:DelayBeforeOpeningDispute>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DelayBeforeOpeningDispute" type="xs:int"/>

ns:ExcludedUser
Type:
xs:string, predefined, simple content
An eBay User ID for which the Unpaid Item Assistant mechanism is disabled. This field is typically used by a seller who would prefer to file an Unpaid Item dispute manually for the specified user.

One or more ExcludedUser fields are used in SetUserPreferences to add users to Unpaid Item Assistant Exclusion list. Any and all ExcludedUser fields are ignored if the OptInStatus flag is included and set to false in the request, or if the seller is not currently opted into the Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.

In GetUserPreferences, one or more ExcludedUser fields represent the current Excluded user list.
XML Representation Summary
<ns:ExcludedUser>
   
Content: 
{ xs:string }
</ns:ExcludedUser>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExcludedUser" type="xs:string"/>

ns:OptInStatus
Type:
xs:boolean, predefined, simple content
Flag to indicate whether or not the Unpaid Item Assistant mechanism is turned on for the seller. Through the Unpaid Item Assistant mechanism, eBay can automatically file Unpaid Item cases on behalf of the seller.

The Unpaid Item Assistant feature also has options to automatically relist disputed items, to automatically request a PayPal Giving Fund donation refund (for eBay for Charity listings only), or to create an 'Exclusion list' of buyers who are not subject to the automatic filing of an Unpaid Item case.
XML Representation Summary
<ns:OptInStatus>
   
Content: 
{ xs:boolean }
</ns:OptInStatus>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OptInStatus" type="xs:boolean"/>

ns:RemoveAllExcludedUsers
Type:
xs:boolean, predefined, simple content
This field should be included and set to true if the seller wants to clear all users from the Unpaid Item Assistant Exclusion list. The Exclusion list can be viewed from the Unpaid Item Assistant Preferences in My eBay. Excluded users are not subject to the automatic filing of Unpaid Item cases. The seller can still open Unpaid Item cases against excluded users, but these cases must be opened manually.

Users can be added to Exclusion list through the ExcludedUser field. The RemoveAllExcludedUsers field is ignored if the OptInStatus flag is included and set to false in the request, or if the seller is not currently opted into the Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.
XML Representation Summary
<ns:RemoveAllExcludedUsers>
   
Content: 
{ xs:boolean }
</ns:RemoveAllExcludedUsers>
Simple Content
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="false" minOccurs="0" name="RemoveAllExcludedUsers" type="xs:boolean"/>

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