vds/ipprot_nova/loanextension/Loan.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.loanextension.Loan');

goog.require('spv.ds.ipprot_nova.output.OutBop');
goog.require('spv.vds.ipprot_nova.loanextension.LoanSettings');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.loanextension.Loan = function()
{
	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.Name;

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

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

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

	/**
	 * @type {spv.vds.ipprot_nova.loanextension.LoanSettings}
	 * @nocollapse
	 */
	this.loan_settings;
};