/**
* @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.pricemode.PriceModeResult');
goog.require('spv.ds.ipprot_nova.output.OutBop');
goog.require('spv.vds.ipprot_nova.pricemode.SetPriceModeResultCode');
goog.require('spv.vds.ipprot_nova.pricemodeextensionhandler.VdsPriceMode');
/**
* @struct
* @constructor
*/
spv.vds.ipprot_nova.pricemode.PriceModeResult = function()
{
/**
* @type {spv.ds.ipprot_nova.output.OutBop}
* @nocollapse
*/
this.bop;
/**
* @type {spv.vds.ipprot_nova.pricemode.SetPriceModeResultCode}
* @nocollapse
*/
this.result_code;
/**
* @type {spv.vds.ipprot_nova.pricemodeextensionhandler.VdsPriceMode}
* @nocollapse
*/
this.current_price_mode;
};