Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: HighlightCodeType.php 814 2011-11-03 08:36:50Z tiefland $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 * Specifies whether a listing feature is available for the site specified in the 
 * request. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/HighlightCodeType.html
 *
 * @property string Enabled
 * @property string Disabled
 * @property string CustomCode
 */
class HighlightCodeType extends EbatNs_FacetType
{
        const CodeType_Enabled = 'Enabled';
        const CodeType_Disabled = 'Disabled';
        const CodeType_CustomCode = 'CustomCode';

        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('HighlightCodeType', 'urn:ebay:apis:eBLBaseComponents');

        }
}

$Facet_HighlightCodeType = new HighlightCodeType();

?>