Esempio n. 1
0
 public function __construct($data = null)
 {
     $this->_fields = array('MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Name' => array('FieldValue' => null, 'FieldType' => 'string'), 'DefaultCountryCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'DefaultCurrencyCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'DefaultLanguageCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'DomainName' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
Esempio n. 2
0
 public function __construct($data = null)
 {
     $this->_fields = array('MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'HasSellerSuspendedListings' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Marketplace' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceSellers_Model_Marketplace')));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('NextToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'ListParticipations' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ListParticipations'), 'ListMarketplaces' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ListMarketplaces'));
     parent::__construct($data);
 }
Esempio n. 5
0
 public function __construct($data = null)
 {
     $this->_fields = array('Status' => array('FieldValue' => null, 'FieldType' => 'string'), 'Timestamp' => array('FieldValue' => null, 'FieldType' => 'string'), 'MessageId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Messages' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_MessageList'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('GetServiceStatusResult' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_GetServiceStatusResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ResponseMetadata'), 'ResponseHeaderMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ResponseHeaderMetadata'));
     parent::__construct($data);
 }
 /**
  * Construct new MarketplaceWebServiceSellers_Model_GetServiceStatusRequest
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>SellerId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('ListMarketplaceParticipationsByNextTokenResult' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ListMarketplaceParticipationsByNextTokenResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ResponseMetadata'), 'ResponseHeaderMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceSellers_Model_ResponseHeaderMetadata'));
     parent::__construct($data);
 }
Esempio n. 9
0
 /**
  * Construct new MarketplaceWebServiceSellers_Model_Error
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Type: string</li>
  * <li>Code: string</li>
  * <li>Message: string</li>
  * <li>Detail: MarketplaceWebServiceSellers_Model_Object</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Type' => array('FieldValue' => null, 'FieldType' => 'string'), 'Code' => array('FieldValue' => null, 'FieldType' => 'string'), 'Message' => array('FieldValue' => null, 'FieldType' => 'string'), 'Detail' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 /**
  * Construct new MarketplaceWebServiceSellers_Model_ErrorResponse
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  * 
  * <li>Error: MarketplaceWebServiceSellers_Model_Error</li>
  * <li>RequestId: string</li>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Error' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceSellers_Model_Error')), 'RequestId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }