Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 22.07.2011 09:27// $Id: SellingManagerPaisaPayPropertyTypeCodeType.php 813 2011-11-03 08:31:07Z tiefland $// $Log: $//require_once 'EbatNs_FacetType.php';/*** Container for the PaisaPay alert types.** @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/SellingManagerPaisaPayPropertyTypeCodeType.html** @property string PaisaPayAwaitingShipment* @property string PaisaPayTimeExtensionRequestDeclined* @property string PaisaPayPendingReceived* @property string PaisaPayRefundInitiated* @property string PaisaPayTimeExtensionRequested* @property string CustomCode*/class SellingManagerPaisaPayPropertyTypeCodeType extends EbatNs_FacetType{const CodeType_PaisaPayAwaitingShipment = 'PaisaPayAwaitingShipment';const CodeType_PaisaPayTimeExtensionRequestDeclined = 'PaisaPayTimeExtensionRequestDeclined';const CodeType_PaisaPayPendingReceived = 'PaisaPayPendingReceived';const CodeType_PaisaPayRefundInitiated = 'PaisaPayRefundInitiated';const CodeType_PaisaPayTimeExtensionRequested = 'PaisaPayTimeExtensionRequested';const CodeType_CustomCode = 'CustomCode';/*** @return*/function __construct(){parent::__construct('SellingManagerPaisaPayPropertyTypeCodeType', 'urn:ebay:apis:eBLBaseComponents');}}$Facet_SellingManagerPaisaPayPropertyTypeCodeType = new SellingManagerPaisaPayPropertyTypeCodeType();?>