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




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.protocol.LeasingOutput = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.financing_type;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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