Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: $
// $Log: $
//
//
require_once 'EbatNs_ComplexType.php';

/**
 * Indicates category support for listing of Local Market items by 
 * sellerssubscribed to Local Market for Regular Vehicles.Each of the subscriptions 
 * will have following options, which will define"National" vs "Local" ad format 
 * listing."LocalOptional" : This will allow national and local listing."LocalOnly" 
 * : Seller can have Local listings only."NationalOnly" : Seller can not opt into 
 * local only exposure. It has to be national listing. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/RegularSubscriptionDefinitionType.html
 *
 */
class RegularSubscriptionDefinitionType extends EbatNs_ComplexType
{

        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('RegularSubscriptionDefinitionType', 'urn:ebay:apis:eBLBaseComponents');
                if (!isset(self::$_elements[__CLASS__])) {
                        self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());
                }
        }
}
?>