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




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

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

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

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

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

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

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

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

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