Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: NotificationEventPropertyNameCodeType.php 4066 2011-11-03 08:13:59Z tiefland $// $Log: $//require_once 'EbatNs_FacetType.php';/*** Defines all property names that can be used.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/NotificationEventPropertyNameCodeType.html** @property string TimeLeft* @property string CustomCode*/class NotificationEventPropertyNameCodeType extends EbatNs_FacetType{const CodeType_TimeLeft = 'TimeLeft';const CodeType_CustomCode = 'CustomCode';/*** @return*/function __construct(){parent::__construct('NotificationEventPropertyNameCodeType', 'urn:ebay:apis:eBLBaseComponents');}}$Facet_NotificationEventPropertyNameCodeType = new NotificationEventPropertyNameCodeType();?>