/**
* @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.CarSpecification');
goog.require('spv.vds.ipprot_nova.specification.Item');
goog.require('spv.vds.ipprot_nova.specification.PriceSettings');
goog.require('spv.vds.ipprot_nova.specification.TechnicalData');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.specification.CarSpecification = function()
{
/**
* @type {string}
* @nocollapse
*/
this.cis_car_spec;
/**
* @type {number}
* @nocollapse
*/
this.total_price;
/**
* @type {spv.vds.ipprot_nova.specification.PriceSettings}
* @nocollapse
*/
this.price_settings;
/**
* @type {Array.<spv.vds.ipprot_nova.specification.Item>}
* @nocollapse
*/
this.items;
/**
* @type {spv.vds.ipprot_nova.specification.TechnicalData}
* @nocollapse
*/
this.technical_data;
};