當前位置: 首頁>>代碼示例>>PHP>>正文


PHP MarketplaceWebServiceProducts_Model類代碼示例

本文整理匯總了PHP中MarketplaceWebServiceProducts_Model的典型用法代碼示例。如果您正苦於以下問題:PHP MarketplaceWebServiceProducts_Model類的具體用法?PHP MarketplaceWebServiceProducts_Model怎麽用?PHP MarketplaceWebServiceProducts_Model使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


在下文中一共展示了MarketplaceWebServiceProducts_Model類的10個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('Identifiers' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_IdentifierType'), 'AttributeSets' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_AttributeSetList'), 'Relationships' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_RelationshipList'), 'CompetitivePricing' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_CompetitivePricingType'), 'SalesRankings' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_SalesRankList'), 'LowestOfferListings' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_LowestOfferListingList'), 'Offers' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_OffersList'));
     parent::__construct($data);
 }
開發者ID:merchbee,項目名稱:amazon-mws,代碼行數:5,代碼來源:Product.php

示例2: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MWSAuthToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ASINList' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ASINListType'));
     parent::__construct($data);
 }
開發者ID:psyforce,項目名稱:amazon-mws-php,代碼行數:5,代碼來源:GetCompetitivePricingForASINRequest.php

示例3: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('Products' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ProductList'));
     parent::__construct($data);
 }
開發者ID:merchbee,項目名稱:amazon-mws,代碼行數:5,代碼來源:ListMatchingProductsResult.php

示例4: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('MarketplaceASIN' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ASINIdentifier'), 'SKUIdentifier' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_SellerSKUIdentifier'));
     parent::__construct($data);
 }
開發者ID:sherif807,項目名稱:amazon-mws-sdk,代碼行數:5,代碼來源:IdentifierType.php

示例5: __construct

 /**
  * Construct new MarketplaceWebServiceProducts_Model_AttributeSetList
  * 
  * @param mixed $data DOMElement or Associative Array to construct from. 
  * 
  * Valid properties:
  * <ul>
  *
  * </ul>
  */
 public function __construct($data = null)
 {
     $this->_fields = array('Any' => array('FieldValue' => null, 'FieldType' => 'DOMNodeList'));
     parent::__construct($data);
     $this->_fields['Any']['FieldValue'] = $data->childNodes;
 }
開發者ID:liubo2055,項目名稱:amazon-mws-sdk,代碼行數:16,代碼來源:AttributeSetList.php

示例6: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('ItemCondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'ItemSubcondition' => array('FieldValue' => null, 'FieldType' => 'string'), 'FulfillmentChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShipsDomestically' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShippingTime' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ShippingTimeType'), 'SellerPositiveFeedbackRating' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
開發者ID:amazon-mws-unofficial,項目名稱:marketplace-web-service-products,代碼行數:5,代碼來源:QualifiersType.php

示例7: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('ProductCategoryId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProductCategoryName' => array('FieldValue' => null, 'FieldType' => 'string'), 'Parent' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_Categories'));
     parent::__construct($data);
 }
開發者ID:rajtrivedi2001,項目名稱:deal,代碼行數:5,代碼來源:Categories.php

示例8: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('GetMatchingProductForIdResult' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceProducts_Model_GetMatchingProductForIdResult')), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ResponseMetadata'), 'ResponseHeaderMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceProducts_Model_ResponseHeaderMetadata'));
     parent::__construct($data);
 }
開發者ID:aivanouski,項目名稱:amazon-mws-products,代碼行數:5,代碼來源:GetMatchingProductForIdResponse.php

示例9: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('CompetitivePrice' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceProducts_Model_CompetitivePriceType')));
     parent::__construct($data);
 }
開發者ID:imranshuvo,項目名稱:wp-lister-for-amazon,代碼行數:5,代碼來源:CompetitivePriceList.php

示例10: __construct

 public function __construct($data = null)
 {
     $this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MWSAuthToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Query' => array('FieldValue' => null, 'FieldType' => 'string'), 'QueryContextId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
開發者ID:sherif807,項目名稱:amazon-mws-sdk,代碼行數:5,代碼來源:ListMatchingProductsRequest.php


注:本文中的MarketplaceWebServiceProducts_Model類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。