Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 04.11.2008 16:17
// $Id: $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 * Specifies the kinds of eligible listings tht the seller prefers to include on 
 * Express. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ExpressSellingPreferenceCodeType.html
 *
 * @property string All
 * @property string ExpressOnly
 * @property string OptOut
 * @property string CustomCode
 */
class ExpressSellingPreferenceCodeType extends EbatNs_FacetType
{
        const CodeType_All = 'All';
        const CodeType_ExpressOnly = 'ExpressOnly';
        const CodeType_OptOut = 'OptOut';
        const CodeType_CustomCode = 'CustomCode';

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

        }
}

$Facet_ExpressSellingPreferenceCodeType = new ExpressSellingPreferenceCodeType();

?>