public function __construct($data = null)
 {
     $this->_fields = array('AmazonOrderItemCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'MerchantId' => array('FieldValue' => null, 'FieldType' => 'string'), 'SKU' => array('FieldValue' => null, 'FieldType' => 'string'), 'Title' => array('FieldValue' => null, 'FieldType' => 'string'), 'Description' => array('FieldValue' => null, 'FieldType' => 'string'), 'ClientRequestId' => array('FieldValue' => null, 'FieldType' => 'string'), 'CartId' => array('FieldValue' => null, 'FieldType' => 'string'), 'IntegratorId' => array('FieldValue' => null, 'FieldType' => 'string'), 'IntegratorName' => array('FieldValue' => null, 'FieldType' => 'string'), 'Price' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_Price'), 'Quantity' => array('FieldValue' => null, 'FieldType' => 'PositiveInteger'), 'Weight' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_Weight'), 'Category' => array('FieldValue' => null, 'FieldType' => 'string'), 'Condition' => array('FieldValue' => null, 'FieldType' => 'string'), 'FulfillmentNetwork' => array('FieldValue' => null, 'FieldType' => 'FulfillmentNetwork'), 'ItemCharges' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_ItemCharges'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('ComponentType' => array('FieldValue' => null, 'FieldType' => 'ComponentType'), 'Charge' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_Price'));
     parent::__construct($data);
 }
Example #3
0
 public function __construct($data = null)
 {
     $this->_fields = array('OrderChannel' => array('FieldValue' => null, 'FieldType' => 'string'), 'AmazonOrderID' => array('FieldValue' => null, 'FieldType' => 'string'), 'OrderDate' => array('FieldValue' => null, 'FieldType' => 'DateTime'), 'BuyerInfo' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_BuyerInfo'), 'BillingAddress' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_BillingAddress'), 'ShippingAddress' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_ShippingAddress'), 'ShippingServiceLevel' => array('FieldValue' => null, 'FieldType' => 'ShippingServiceLevel'), 'ProcessedOrderItems' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_ItemList'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('BuyerName' => array('FieldValue' => null, 'FieldType' => 'string'), 'BuyerEmailAddress' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('NotificationReferenceId' => array('FieldValue' => null, 'FieldType' => 'string'), 'ProcessedOrder' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_Order'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('Name' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressId' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressFieldOne' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressFieldTwo' => array('FieldValue' => null, 'FieldType' => 'string'), 'AddressFieldThree' => array('FieldValue' => null, 'FieldType' => 'string'), 'City' => array('FieldValue' => null, 'FieldType' => 'string'), 'State' => array('FieldValue' => null, 'FieldType' => 'string'), 'PostalCode' => array('FieldValue' => null, 'FieldType' => 'string'), 'CountryCode' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
 public function __construct($data = null)
 {
     $this->_fields = array('ProcessedOrderItem' => array('FieldValue' => null, 'FieldType' => array('Creativestyle_CheckoutByAmazon_Model_Api_Model_Iopn_OrderItem')));
     parent::__construct($data);
 }