Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: $// $Log: $////require_once 'EbatNs_ComplexType.php';/*** Defines the affiliation status for a nonprofit charity organization registered* with the dedicated eBay Giving Works provider.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/CharityAffiliationType.html**/class CharityAffiliationType extends EbatNs_ComplexType{/*** @return*/function __construct(){parent::__construct('CharityAffiliationType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__])) {self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());} $this->_attributes = array_merge($this->_attributes,array('id' =>array('name' => 'id','type' => 'string','use' => 'required'),'type' =>array('name' => 'type','type' => 'CharityAffiliationTypeCodeType','use' => 'required')));}}?>