Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: CharityAffiliationTypeCodeType.php 4066 2011-11-03 08:13:59Z tiefland $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 * CharityAffiliationTypeCodeType - Type declaration to be used by other schema. 
 * Indicates the affiliation status for nonprofit charity organizations registered 
 * with the dedicated eBay Giving Works provider. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/CharityAffiliationTypeCodeType.html
 *
 * @property string Community
 * @property string Direct
 * @property string Remove
 * @property string CustomCode
 */
class CharityAffiliationTypeCodeType extends EbatNs_FacetType
{
        const CodeType_Community = 'Community';
        const CodeType_Direct = 'Direct';
        const CodeType_Remove = 'Remove';
        const CodeType_CustomCode = 'CustomCode';

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

        }
}

$Facet_CharityAffiliationTypeCodeType = new CharityAffiliationTypeCodeType();

?>