Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

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

/**
 * Defines the escrow workflow version applicable for the given category on the 
 * India site, if the categorysupports PaisaPayFullEscrow. If this field is 
 * present, the corresponding feature applies to the category. The fieldis returned 
 * as an empty element. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/INEscrowWorkflowTimelineDefinitionType.html
 *
 */
class INEscrowWorkflowTimelineDefinitionType extends EbatNs_ComplexType
{

        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('INEscrowWorkflowTimelineDefinitionType', 'urn:ebay:apis:eBLBaseComponents');
                if (!isset(self::$_elements[__CLASS__])) {
                        self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());
                }
        }
}
?>