vds/ipprot_nova/protocol/LeasingPrices.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_nova.protocol.LeasingPrices');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.protocol.LeasingPrices = function()
{
	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.total_cost;

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

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

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

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