Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: RefundOptionsCodeType.php 813 2011-11-03 08:31:07Z tiefland $// $Log: $//require_once 'EbatNs_FacetType.php';/*** This is used to specify the refund option that the seller supports for a given* item.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/RefundOptionsCodeType.html** @property string MoneyBack* @property string Exchange* @property string MerchandiseCredit* @property string CustomCode*/class RefundOptionsCodeType extends EbatNs_FacetType{const CodeType_MoneyBack = 'MoneyBack';const CodeType_Exchange = 'Exchange';const CodeType_MerchandiseCredit = 'MerchandiseCredit';const CodeType_CustomCode = 'CustomCode';/*** @return*/function __construct(){parent::__construct('RefundOptionsCodeType', 'urn:ebay:apis:eBLBaseComponents');}}$Facet_RefundOptionsCodeType = new RefundOptionsCodeType();?>