Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: UnpaidItemStatusTypeCodeType.php 813 2011-11-03 08:31:07Z tiefland $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 * Unpaid item status. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/UnpaidItemStatusTypeCodeType.html
 *
 * @property string FinalValueFeeDenied
 * @property string FinalValueFeeCredited
 * @property string FinalValueFeeEligible
 * @property string AwaitingSellerResponse
 * @property string AwaitingBuyerResponse
 * @property string UnpaidItemFiled
 * @property string UnpaidItemEligible
 * @property string CustomCode
 */
class UnpaidItemStatusTypeCodeType extends EbatNs_FacetType
{
        const CodeType_FinalValueFeeDenied = 'FinalValueFeeDenied';
        const CodeType_FinalValueFeeCredited = 'FinalValueFeeCredited';
        const CodeType_FinalValueFeeEligible = 'FinalValueFeeEligible';
        const CodeType_AwaitingSellerResponse = 'AwaitingSellerResponse';
        const CodeType_AwaitingBuyerResponse = 'AwaitingBuyerResponse';
        const CodeType_UnpaidItemFiled = 'UnpaidItemFiled';
        const CodeType_UnpaidItemEligible = 'UnpaidItemEligible';
        const CodeType_CustomCode = 'CustomCode';

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

        }
}

$Facet_UnpaidItemStatusTypeCodeType = new UnpaidItemStatusTypeCodeType();

?>