Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: $// $Log: $////require_once 'AbstractRequestType.php';/*** Returns the shipping discount profiles defined by the user, along with other* combinedpayment-related details such as packaging and handling costs.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/GetShippingDiscountProfilesRequestType.html**/class GetShippingDiscountProfilesRequestType extends AbstractRequestType{/*** @return*/function __construct(){parent::__construct('GetShippingDiscountProfilesRequestType', 'urn:ebay:apis:eBLBaseComponents');if (!isset(self::$_elements[__CLASS__])) {self::$_elements[__CLASS__] = array_merge(self::$_elements[get_parent_class()], array());}}}?>