/**
 * @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_nova.specification.Item');
goog.require('spv.vds.ipprot_nova.specification.ItemProperties');
goog.require('spv.vds.ipprot_nova.specification.SelectionType');
goog.require('spv.vds.ipprot_nova.specification.VolvoItemType');
/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.specification.Item = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.cis_id;
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.ds_id;
	/**
	 * @type {spv.vds.ipprot_nova.specification.VolvoItemType}
	 * @nocollapse
	 */
	this.item_type;
	/**
	 * @type {spv.vds.ipprot_nova.specification.SelectionType}
	 * @nocollapse
	 */
	this.activation_type;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.price;
	/**
	 * @type {spv.vds.ipprot_nova.specification.ItemProperties}
	 * @nocollapse
	 */
	this.properties;
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.CisCarSpec;
	/**
	 * @type {Array.<spv.vds.ipprot_nova.specification.Item>}
	 * @nocollapse
	 */
	this.Items;
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.TotalPrice;
};