/**
* @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.LoanSettings');
goog.require('spv.vds.ipprot_nova.loanextension.CurrentSettings');
goog.require('spv.vds.ipprot_nova.loanextension.Presentation');
goog.require('spv.vds.ipprot_nova.loanextension.SettingLimits');
goog.require('spv.vds.ipprot_nova.loanextension.SettingsConstants');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.loanextension.LoanSettings = function()
{
/**
* @type {spv.vds.ipprot_nova.loanextension.CurrentSettings}
* @nocollapse
*/
this.current_settings;
/**
* @type {spv.vds.ipprot_nova.loanextension.SettingsConstants}
* @nocollapse
*/
this.constant_settings;
/**
* @type {spv.vds.ipprot_nova.loanextension.SettingLimits}
* @nocollapse
*/
this.setting_limits;
/**
* @type {spv.vds.ipprot_nova.loanextension.Presentation}
* @nocollapse
*/
this.presentation;
};