/**
* @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.modelviews.Values');
goog.require('spv.vds.ipprot_nova.modelviews.Options');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.modelviews.Values = function()
{
/**
* @type {string}
* @nocollapse
*/
this.description;
/**
* @type {spv.vds.ipprot_nova.modelviews.Options}
* @nocollapse
*/
this.options;
/**
* @type {string}
* @nocollapse
*/
this.menu_id;
/**
* @type {string}
* @nocollapse
*/
this.superseded_menu_id;
/**
* @type {string}
* @nocollapse
*/
this.ordinary_price;
/**
* @type {string}
* @nocollapse
*/
this.relationship_description;
/**
* @type {string}
* @nocollapse
*/
this.name;
/**
* @type {Object}
* @nocollapse
*/
this.business_additions;
/**
* @type {string}
* @nocollapse
*/
this.cis_code;
/**
* @type {string}
* @nocollapse
*/
this.image;
/**
* @type {string}
* @nocollapse
*/
this.logo;
/**
* @type {string}
* @nocollapse
*/
this.trim_label;
/**
* @type {string}
* @nocollapse
*/
this.cis_base;
/**
* @type {string}
* @nocollapse
*/
this.tagline;
};