vds/ipprot/specification/Item.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.vds.ipprot.specification.Item');

goog.require('spv.vds.ipprot.specification.ItemCategory');
goog.require('spv.vds.ipprot.volvoutility.SelectionType');
goog.require('spv.vds.ipprot.volvoutility.VolvoItemType');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot.specification.Item = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.cis_id;

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

	/**
	 * @type {spv.vds.ipprot.volvoutility.VolvoItemType}
	 * @nocollapse
	 */
	this.item_type;

	/**
	 * @type {spv.vds.ipprot.volvoutility.SelectionType}
	 * @nocollapse
	 */
	this.activation_type;

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

	/**
	 * @type {Object.<string, Object>}
	 * @nocollapse
	 */
	this.properties;

	/**
	 * @type {spv.vds.ipprot.specification.ItemCategory}
	 * @nocollapse
	 */
	this.category;
};