本文整理汇总了PHP中MarketplaceWebServiceOrders_Model类的典型用法代码示例。如果您正苦于以下问题:PHP MarketplaceWebServiceOrders_Model类的具体用法?PHP MarketplaceWebServiceOrders_Model怎么用?PHP MarketplaceWebServiceOrders_Model使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了MarketplaceWebServiceOrders_Model类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: __construct
public function __construct($data = null)
{
$this->_fields = array('GetOrderResult' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_GetOrderResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_ResponseMetadata'), 'ResponseHeaderMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_ResponseHeaderMetadata'));
parent::__construct($data);
}
示例2: __construct
public function __construct($data = null)
{
$this->_fields = array('NextToken' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderItems' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceOrders_Model_OrderItem'), 'ListMemberName' => 'OrderItem'));
parent::__construct($data);
}
开发者ID:amazon-mws-unofficial,项目名称:marketplace-web-service-orders,代码行数:5,代码来源:ListOrderItemsByNextTokenResult.php
示例3: __construct
public function __construct($data = null)
{
$this->_fields = array('AmazonOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'PurchaseDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'LastUpdateDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderStatus' => array('FieldValue' => null, 'FieldType' => 'string'), 'FulfillmentChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'SalesChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShipServiceLevel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShippingAddress' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Address'), 'OrderTotal' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'NumberOfItemsShipped' => array('FieldValue' => null, 'FieldType' => 'int'), 'NumberOfItemsUnshipped' => array('FieldValue' => null, 'FieldType' => 'int'), 'PaymentExecutionDetail' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceOrders_Model_PaymentExecutionDetailItem'), 'ListMemberName' => 'PaymentExecutionDetailItem'), 'PaymentMethod' => array('FieldValue' => null, 'FieldType' => 'string'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'BuyerEmail' => array('FieldValue' => null, 'FieldType' => 'string'), 'BuyerName' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShipmentServiceLevelCategory' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShippedByAmazonTFM' => array('FieldValue' => null, 'FieldType' => 'bool'), 'TFMShipmentStatus' => array('FieldValue' => null, 'FieldType' => 'string'), 'CbaDisplayableShippingLabel' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderType' => array('FieldValue' => null, 'FieldType' => 'string'), 'EarliestShipDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'LatestShipDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'EarliestDeliveryDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'LatestDeliveryDate' => array('FieldValue' => null, 'FieldType' => 'string'));
parent::__construct($data);
}
示例4: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_ListOrderItemsByNextTokenResponse
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>ListOrderItemsByNextTokenResult: MarketplaceWebServiceOrders_Model_ListOrderItemsByNextTokenResult</li>
* <li>ResponseMetadata: MarketplaceWebServiceOrders_Model_ResponseMetadata</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('ListOrderItemsByNextTokenResult' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_ListOrderItemsByNextTokenResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_ResponseMetadata'));
parent::__construct($data);
}
示例5: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_PaymentExecutionDetailItemList
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>PaymentExecutionDetailItem: MarketplaceWebServiceOrders_Model_PaymentExecutionDetailItem</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('PaymentExecutionDetailItem' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceOrders_Model_PaymentExecutionDetailItem')));
parent::__construct($data);
}
示例6: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_OrderItem
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>ASIN: string</li>
* <li>SellerSKU: string</li>
* <li>OrderItemId: string</li>
* <li>Title: string</li>
* <li>QuantityOrdered: int</li>
* <li>QuantityShipped: int</li>
* <li>ItemPrice: MarketplaceWebServiceOrders_Model_Money</li>
* <li>ShippingPrice: MarketplaceWebServiceOrders_Model_Money</li>
* <li>GiftWrapPrice: MarketplaceWebServiceOrders_Model_Money</li>
* <li>ItemTax: MarketplaceWebServiceOrders_Model_Money</li>
* <li>ShippingTax: MarketplaceWebServiceOrders_Model_Money</li>
* <li>GiftWrapTax: MarketplaceWebServiceOrders_Model_Money</li>
* <li>ShippingDiscount: MarketplaceWebServiceOrders_Model_Money</li>
* <li>PromotionDiscount: MarketplaceWebServiceOrders_Model_Money</li>
* <li>PromotionIds: MarketplaceWebServiceOrders_Model_PromotionIdList</li>
* <li>CODFee: MarketplaceWebServiceOrders_Model_Money</li>
* <li>CODFeeDiscount: MarketplaceWebServiceOrders_Model_Money</li>
* <li>GiftMessageText: string</li>
* <li>GiftWrapLevel: string</li>
* <li>InvoiceData: MarketplaceWebServiceOrders_Model_InvoiceData</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('ASIN' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerSKU' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderItemId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Title' => array('FieldValue' => null, 'FieldType' => 'string'), 'QuantityOrdered' => array('FieldValue' => null, 'FieldType' => 'int'), 'QuantityShipped' => array('FieldValue' => null, 'FieldType' => 'int'), 'ItemPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ShippingPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'GiftWrapPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ItemTax' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ShippingTax' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'GiftWrapTax' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ShippingDiscount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'PromotionDiscount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'PromotionIds' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_PromotionIdList'), 'CODFee' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'CODFeeDiscount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'GiftMessageText' => array('FieldValue' => null, 'FieldType' => 'string'), 'GiftWrapLevel' => array('FieldValue' => null, 'FieldType' => 'string'), 'InvoiceData' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_InvoiceData'));
parent::__construct($data);
}
示例7: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_MessageList
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>Message: MarketplaceWebServiceOrders_Model_Message</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('Message' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceOrders_Model_Message')));
parent::__construct($data);
}
示例8: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_ErrorResponse
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>Error: MarketplaceWebServiceOrders_Model_Error</li>
* <li>RequestId: string</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('Error' => array('FieldValue' => array(), 'FieldType' => array('MarketplaceWebServiceOrders_Model_Error')), 'RequestId' => array('FieldValue' => null, 'FieldType' => 'string'));
parent::__construct($data);
}
示例9: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_MaxResults
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array();
parent::__construct($data);
}
示例10: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_PaymentMethodList
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>Method: PaymentMethodEnum</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('Method' => array('FieldValue' => array(), 'FieldType' => array('PaymentMethodEnum')));
parent::__construct($data);
}
示例11: __construct
public function __construct($data = null)
{
$this->_fields = array('ASIN' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerSKU' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderItemId' => array('FieldValue' => null, 'FieldType' => 'string'), 'Title' => array('FieldValue' => null, 'FieldType' => 'string'), 'QuantityOrdered' => array('FieldValue' => null, 'FieldType' => 'int'), 'QuantityShipped' => array('FieldValue' => null, 'FieldType' => 'int'), 'PointsGranted' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_PointsGrantedDetail'), 'ItemPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ShippingPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'GiftWrapPrice' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ItemTax' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ShippingTax' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'GiftWrapTax' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'ShippingDiscount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'PromotionDiscount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'PromotionIds' => array('FieldValue' => array(), 'FieldType' => array('string'), 'ListMemberName' => 'PromotionId'), 'CODFee' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'CODFeeDiscount' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'GiftMessageText' => array('FieldValue' => null, 'FieldType' => 'string'), 'GiftWrapLevel' => array('FieldValue' => null, 'FieldType' => 'string'), 'InvoiceData' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_InvoiceData'), 'ConditionNote' => array('FieldValue' => null, 'FieldType' => 'string'), 'ConditionId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ConditionSubtypeId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ScheduledDeliveryStartDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'ScheduledDeliveryEndDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'PriceDesignation' => array('FieldValue' => null, 'FieldType' => 'string'));
parent::__construct($data);
}
示例12: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_Order
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>AmazonOrderId: string</li>
* <li>SellerOrderId: string</li>
* <li>PurchaseDate: string</li>
* <li>LastUpdateDate: string</li>
* <li>OrderStatus: OrderStatusEnum</li>
* <li>FulfillmentChannel: FulfillmentChannelEnum</li>
* <li>SalesChannel: string</li>
* <li>OrderChannel: string</li>
* <li>ShipServiceLevel: string</li>
* <li>ShippingAddress: MarketplaceWebServiceOrders_Model_Address</li>
* <li>OrderTotal: MarketplaceWebServiceOrders_Model_Money</li>
* <li>NumberOfItemsShipped: int</li>
* <li>NumberOfItemsUnshipped: int</li>
* <li>PaymentExecutionDetail: MarketplaceWebServiceOrders_Model_PaymentExecutionDetailItemList</li>
* <li>PaymentMethod: PaymentMethodEnum</li>
* <li>MarketplaceId: string</li>
* <li>BuyerEmail: string</li>
* <li>BuyerName: string</li>
* <li>ShipmentServiceLevelCategory: string</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('AmazonOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'PurchaseDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'LastUpdateDate' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderStatus' => array('FieldValue' => null, 'FieldType' => 'OrderStatusEnum'), 'FulfillmentChannel' => array('FieldValue' => null, 'FieldType' => 'FulfillmentChannelEnum'), 'SalesChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShipServiceLevel' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShippingAddress' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Address'), 'OrderTotal' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_Money'), 'NumberOfItemsShipped' => array('FieldValue' => null, 'FieldType' => 'int'), 'NumberOfItemsUnshipped' => array('FieldValue' => null, 'FieldType' => 'int'), 'PaymentExecutionDetail' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_PaymentExecutionDetailItemList'), 'PaymentMethod' => array('FieldValue' => null, 'FieldType' => 'PaymentMethodEnum'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'BuyerEmail' => array('FieldValue' => null, 'FieldType' => 'string'), 'BuyerName' => array('FieldValue' => null, 'FieldType' => 'string'), 'ShipmentServiceLevelCategory' => array('FieldValue' => null, 'FieldType' => 'string'));
parent::__construct($data);
}
示例13: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_FulfillmentChannelList
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>Channel: FulfillmentChannelEnum</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('Channel' => array('FieldValue' => array(), 'FieldType' => array('FulfillmentChannelEnum')));
parent::__construct($data);
}
示例14: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_OrderStatusList
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>Status: OrderStatusEnum</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('Status' => array('FieldValue' => array(), 'FieldType' => array('OrderStatusEnum')));
parent::__construct($data);
}
示例15: __construct
/**
* Construct new MarketplaceWebServiceOrders_Model_ListOrdersRequest
*
* @param mixed $data DOMElement or Associative Array to construct from.
*
* Valid properties:
* <ul>
*
* <li>SellerId: string</li>
* <li>CreatedAfter: string</li>
* <li>CreatedBefore: string</li>
* <li>LastUpdatedAfter: string</li>
* <li>LastUpdatedBefore: string</li>
* <li>OrderStatus: MarketplaceWebServiceOrders_Model_OrderStatusList</li>
* <li>MarketplaceId: MarketplaceWebServiceOrders_Model_MarketplaceIdList</li>
* <li>FulfillmentChannel: MarketplaceWebServiceOrders_Model_FulfillmentChannelList</li>
* <li>PaymentMethod: MarketplaceWebServiceOrders_Model_PaymentMethodList</li>
* <li>BuyerEmail: string</li>
* <li>SellerOrderId: string</li>
* <li>MaxResultsPerPage: MaxResults</li>
* <li>TFMShipmentStatus: MarketplaceWebServiceOrders_Model_TFMShipmentStatusList</li>
*
* </ul>
*/
public function __construct($data = null)
{
$this->_fields = array('SellerId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreatedAfter' => array('FieldValue' => null, 'FieldType' => 'string'), 'CreatedBefore' => array('FieldValue' => null, 'FieldType' => 'string'), 'LastUpdatedAfter' => array('FieldValue' => null, 'FieldType' => 'string'), 'LastUpdatedBefore' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderStatus' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_OrderStatusList'), 'MarketplaceId' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_MarketplaceIdList'), 'FulfillmentChannel' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_FulfillmentChannelList'), 'PaymentMethod' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_PaymentMethodList'), 'BuyerEmail' => array('FieldValue' => null, 'FieldType' => 'string'), 'SellerOrderId' => array('FieldValue' => null, 'FieldType' => 'string'), 'MaxResultsPerPage' => array('FieldValue' => null, 'FieldType' => 'MaxResults'), 'TFMShipmentStatus' => array('FieldValue' => null, 'FieldType' => 'MarketplaceWebServiceOrders_Model_TFMShipmentStatusList'));
parent::__construct($data);
}