vds/ipprot_nova/loanextension/CurrentSettings.js

  1. /**
  2. * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
  3. * If this file needs to change consider updating the exporter
  4. * code and re-run the export.
  5. *
  6. * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
  7. */
  8. goog.provide('spv.vds.ipprot_nova.loanextension.CurrentSettings');
  9. /**
  10. * @struct
  11. * @constructor
  12. */
  13. spv.vds.ipprot_nova.loanextension.CurrentSettings = function()
  14. {
  15. /**
  16. * @type {number}
  17. * @nocollapse
  18. */
  19. this.interest_rate;
  20. /**
  21. * @type {number}
  22. * @nocollapse
  23. */
  24. this.down_payment;
  25. /**
  26. * @type {number}
  27. * @nocollapse
  28. */
  29. this.number_of_months;
  30. };