/**
* @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.ds.ipprot_nova.output.OutBopSummary');
goog.require('spv.ds.ipprot_nova.output.DisplayPrice');
goog.require('spv.ds.ipprot_nova.output.GuiPath');
goog.require('spv.ds.ipprot_nova.output.ItemAuxiliary');
/**
* @struct
* @constructor
*/
spv.ds.ipprot_nova.output.OutBopSummary = function()
{
/**
* @type {string}
* @nocollapse
*/
this.item_id;
/**
* @type {string}
* @nocollapse
*/
this.item_text;
/**
* @type {string}
* @nocollapse
*/
this.item_price_text;
/**
* @type {spv.ds.ipprot_nova.output.DisplayPrice}
* @nocollapse
*/
this.item_price;
/**
* @type {string}
* @nocollapse
*/
this.menu_id;
/**
* @type {string}
* @nocollapse
*/
this.menu_text;
/**
* @type {Array.<spv.ds.ipprot_nova.output.GuiPath>}
* @nocollapse
*/
this.gui_paths;
/**
* @type {Object}
* @nocollapse
*/
this.aux_carrier;
};