/**
* @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.LeasingParameters');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.specification.LeasingParameters = function()
{
/**
* @type {Array.<number>}
* @nocollapse
*/
this.driving_distances_per_year;
/**
* @type {number}
* @nocollapse
*/
this.default_driving_distance_index;
/**
* @type {Array.<number>}
* @nocollapse
*/
this.leasing_durations;
/**
* @type {number}
* @nocollapse
*/
this.default_leasing_duration_index;
};