Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: InsuranceSelectedCodeType.php 4066 2011-11-03 08:13:59Z tiefland $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 * The insurance selected by the buyer. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/InsuranceSelectedCodeType.html
 *
 * @property string NotOffered
 * @property string OfferedNotSelected
 * @property string OfferedSelected
 * @property string Required
 * @property string IncludedInShippingHandling
 * @property string CustomCode
 */
class InsuranceSelectedCodeType extends EbatNs_FacetType
{
        const CodeType_NotOffered = 'NotOffered';
        const CodeType_OfferedNotSelected = 'OfferedNotSelected';
        const CodeType_OfferedSelected = 'OfferedSelected';
        const CodeType_Required = 'Required';
        const CodeType_IncludedInShippingHandling = 'IncludedInShippingHandling';
        const CodeType_CustomCode = 'CustomCode';

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

        }
}

$Facet_InsuranceSelectedCodeType = new InsuranceSelectedCodeType();

?>