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

complexType "ns:eBayPLUSPreferenceType"
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 information about a country where a specified seller is eligible to offer eBay Plus on listings, as well as the seller's opt-in status and listing preference for that country.

eBay Plus is a premium account option for buyers, which provides benefits such as fast free domestic shipping and free returns on selected items. Top Rated eBay sellers must opt in to eBay Plus to be able offer the program on qualifying listings. Sellers must commit to next-day delivery of those items.

Note: Currently, eBay Plus is available only to buyers in Germany and Australia. In Australia, the seller has no control/responsibility over setting the eBay Plus feature for a listing. Instead, eBay will evaluate/determine whether a listing is eligible for eBay Plus. For more details about eBay Plus, see Offering eBay Plus.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="eBayPLUSPreferenceType">
<xs:sequence>
<xs:element minOccurs="0" name="Country" type="ns:CountryCodeType"/>
<xs:element minOccurs="0" name="OptInStatus" type="xs:boolean"/>
<xs:element minOccurs="0" name="ListingPreference" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/4)
ns:Country
Type:
ns:CountryCodeType, simple content
An ISO 3166 standard two-letter code that identifies a country where the seller is eligible to offer eBay Plus on fixed price listings.

Note: Currently, eBay Plus is available only to buyers in Germany and Australia.
XML Representation Summary
<ns:Country>
   
Content: 
{ enumeration of xs:token }
</ns:Country>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Country" type="ns:CountryCodeType"/>

ns:ListingPreference
Type:
xs:boolean, predefined, simple content
A value of true indicates that if OptInStatus is also true, the seller will offer eBay Plus by default for new listings in the specified country. If this field's value is false (and OptInStatus is true), the seller will offer eBay Plus on a listing by listing basis in the specified country.
XML Representation Summary
<ns:ListingPreference>
   
Content: 
{ xs:boolean }
</ns:ListingPreference>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ListingPreference" type="xs:boolean"/>

ns:OptInStatus
Type:
xs:boolean, predefined, simple content
A value of true indicates that the seller has opted in to eBay Plus for listings in the specified country.
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"/>

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