Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: MerchDisplayCodeType.php 4066 2011-11-03 08:13:59Z tiefland $// $Log: $//require_once 'EbatNs_FacetType.php';/*** Specifies whether an eBay Stores seller prefers to promote items with* across-promotion widget that is customized with the store theme or usesthe* default eBay theme. This option is the same as the one set on theseller's* Customize Cross-Promotion Display page.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/MerchDisplayCodeType.html** @property string DefaultTheme* @property string StoreTheme* @property string CustomCode*/class MerchDisplayCodeType extends EbatNs_FacetType{const CodeType_DefaultTheme = 'DefaultTheme';const CodeType_StoreTheme = 'StoreTheme';const CodeType_CustomCode = 'CustomCode';/*** @return*/function __construct(){parent::__construct('MerchDisplayCodeType', 'urn:ebay:apis:eBLBaseComponents');}}$Facet_MerchDisplayCodeType = new MerchDisplayCodeType();?>