Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: SellingManagerShippedStatusCodeType.php 813 2011-11-03 08:31:07Z tiefland $// $Log: $//require_once 'EbatNs_FacetType.php';/*** Contains values for shipped status.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/SellingManagerShippedStatusCodeType.html** @property string Shipped* @property string Unshipped* @property string CustomCode*/class SellingManagerShippedStatusCodeType extends EbatNs_FacetType{const CodeType_Shipped = 'Shipped';const CodeType_Unshipped = 'Unshipped';const CodeType_CustomCode = 'CustomCode';/*** @return*/function __construct(){parent::__construct('SellingManagerShippedStatusCodeType', 'urn:ebay:apis:eBLBaseComponents');}}$Facet_SellingManagerShippedStatusCodeType = new SellingManagerShippedStatusCodeType();?>