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

complexType "ns:EndOfAuctionEmailPreferencesType"
Namespace:
Content:
complex, 7 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Contains the seller's preferences for the email that can be sent to the winner of an auction listing.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="EndOfAuctionEmailPreferencesType">
<xs:sequence>
<xs:element minOccurs="0" name="TemplateText" type="xs:string"/>
<xs:element minOccurs="0" name="LogoURL" type="xs:anyURI"/>
<xs:element minOccurs="0" name="LogoType" type="ns:EndOfAuctionLogoTypeCodeType"/>
<xs:element minOccurs="0" name="EmailCustomized" type="xs:boolean"/>
<xs:element minOccurs="0" name="TextCustomized" type="xs:boolean"/>
<xs:element minOccurs="0" name="LogoCustomized" type="xs:boolean"/>
<xs:element minOccurs="0" name="CopyEmail" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 8/8)
ns:CopyEmail
Type:
xs:boolean, predefined, simple content
This field is deprecated.
XML Representation Summary
<ns:CopyEmail>
   
Content: 
{ xs:boolean }
</ns:CopyEmail>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CopyEmail" type="xs:boolean"/>

ns:EmailCustomized
Type:
xs:boolean, predefined, simple content
This field is used in a SetUserPreferences call to set/change the setting of whether a customized email will be sent to the winning bidder or not.

This field is always returned to indicate whether or not a customized email will be sent to the winning bidder.
XML Representation Summary
<ns:EmailCustomized>
   
Content: 
{ xs:boolean }
</ns:EmailCustomized>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EmailCustomized" type="xs:boolean"/>

ns:LogoCustomized
Type:
xs:boolean, predefined, simple content
This field is used in a SetUserPreferences call to set/change the setting of whether a customized logo will be used or not in the customized email that is sent to the winning bidder. The URI to a customized logo is provided through the TemplateText field. If the seller would like to use a customized logo, the LogoType field must also be included, and its value will be set to Customized.

This field is always returned to indicate whether or not a customized logo is used in a customized email that is sent to the winning bidder.
XML Representation Summary
<ns:LogoCustomized>
   
Content: 
{ xs:boolean }
</ns:LogoCustomized>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LogoCustomized" type="xs:boolean"/>

ns:LogoType
Type:
This field is needed in the SetUserPreferences call if the seller would like to use a customized or eBay Store logo. If the seller would like to use a customized logo, this field's value will be set to Customized. If the seller would like to use their eBay Store logo (if it exists), this field's value will be set to Store.

This field is always returned, and its value will be None if no logo is used in the customized email.
XML Representation Summary
<ns:LogoType>
   
Content: 
{ enumeration of xs:token }
</ns:LogoType>
Simple Content
Enumeration:
"WinningBidderNotice"
 - 
This enumeration value indicates that the PayPal Winning Bidder Notice logo will be used in the end of auction email to winning bidder.
"Store"
 - 
This enumeration value indicates that the eBay seller's Store logo will be used in the end of auction email to winning bidder.
"Customized"
 - 
This enumeration value indicates that a custom logo will be used in the end of auction email to winning bidder. The location (URL) of this custom logo is specified in the LogoURL field.
"CustomCode"
 - 
Reserved for internal or future use.
"None"
 - 
This enumeration value indicates that no logo will be used in the end of auction email to winning bidder.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LogoType" type="ns:EndOfAuctionLogoTypeCodeType"/>

ns:LogoURL
Type:
xs:anyURI, predefined, simple content
The seller can include a customized logo in the email that is sent to the winner of an auction listing. The full URI to this logo image should be applied in this field. If the seller is going to include a customized logo in the email through this field, the seller must also include the LogoCustomized field and set its value to true, and include the LogoType field and set its value to Customized.

This field is only returned if a customized logo is being used for the customized email.
XML Representation Summary
<ns:LogoURL>
   
Content: 
{ xs:anyURI }
</ns:LogoURL>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LogoURL" type="xs:anyURI"/>

ns:TemplateText
Type:
xs:string, predefined, simple content
The seller can customize the text of the email that is sent to the winner of an auction listing. The text of the email is provided in this field. If the seller is going to customize the text of the email through this field, the seller must also include the TextCustomized field and set its value to true.The text of the custom message for the email.

This field is only returned if set for the account.
XML Representation Summary
<ns:TemplateText>
   
Content: 
{ xs:string }
</ns:TemplateText>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TemplateText" type="xs:string"/>

ns:TextCustomized
Type:
xs:boolean, predefined, simple content
This field is used in a SetUserPreferences call to set/change the setting of whether customized text will be used or not in the customized email that is sent to the winning bidder. Customized text is provided through the LogoURL field.

This field is always returned to indicate whether or not customized text is used in a customized email that is sent to the winning bidder.
XML Representation Summary
<ns:TextCustomized>
   
Content: 
{ xs:boolean }
</ns:TextCustomized>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TextCustomized" 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.