*
  • Tax: Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Price
  • *
  • Shipping: Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Price
  • *
  • GiftWrap: Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Price
  • *
  • Promotions: Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_PromotionList
  • * * * This file is part of The Official Amazon Payments Magento Extension * (c) creativestyle GmbH * All rights reserved * * Reuse or modification of this source code is not allowed * without written permission from creativestyle GmbH * * @category Creativestyle * @package Creativestyle_CheckoutByAmazon * @copyright Copyright (c) 2012 creativestyle GmbH (http://www.creativestyle.de) * @author Marek Zabrowarny / creativestyle GmbH */ class Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_ContractCharges extends Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Abstract { public function __construct($data = null) { $this->_fields = array( 'Tax' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Price'), 'Shipping' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Price'), 'GiftWrap' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_Price'), 'Promotions' => array('FieldValue' => null, 'FieldType' => 'Creativestyle_CheckoutByAmazon_Model_Api_Model_Checkout_PromotionList') ); parent::__construct($data); } }