ds/ipprot_nova/output/DisplayPrice.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.ds.ipprot_nova.output.DisplayPrice');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot_nova.output.DisplayPrice = function()
{
	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.use_text;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.text;

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.price_value;

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.decimals;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.currency_symbol;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.currency_is_prefixed;
};