vds/ipprot_nova/specification/PriceSettings.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.specification.PriceSettings');
  9. goog.require('spv.vds.ipprot_nova.specification.Currency');
  10. /**
  11. * @struct
  12. * @constructor
  13. */
  14. spv.vds.ipprot_nova.specification.PriceSettings = function()
  15. {
  16. /**
  17. * @type {string}
  18. * @nocollapse
  19. */
  20. this.localization_id;
  21. /**
  22. * @type {spv.vds.ipprot_nova.specification.Currency}
  23. * @nocollapse
  24. */
  25. this.currency;
  26. };