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');

goog.require('spv.ds.ipprot_nova.output.OutBop');
goog.require('spv.vds.ipprot_nova.protocol.LeasingPriceResultStatus');
goog.require('spv.vds.ipprot_nova.protocol.LeasingPrices');
goog.require('spv.vds.ipprot_nova.protocol.LeasingUnits');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.protocol.LeasingOutput = function()
{
	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.available_driving_distances;

	/**
	 * @type {Array.<number>}
	 * @nocollapse
	 */
	this.available_leasing_durations;

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

	/**
	 * @type {spv.ds.ipprot_nova.output.OutBop}
	 * @nocollapse
	 */
	this.bop;

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

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

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

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

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

	/**
	 * @type {spv.vds.ipprot_nova.protocol.LeasingUnits}
	 * @nocollapse
	 */
	this.units;

	/**
	 * @type {spv.vds.ipprot_nova.protocol.LeasingPrices}
	 * @nocollapse
	 */
	this.prices;

	/**
	 * @type {spv.vds.ipprot_nova.protocol.LeasingPriceResultStatus}
	 * @nocollapse
	 */
	this.price_result_status;
};