Source: inventory/PriceType.js

/**
 * Autogenerated by Avro
 * 
 * DO NOT EDIT DIRECTLY
 */


/**
* @memberof inventory
* @enum {string}
*/
PriceType = {
  FIXED : "FIXED",
  VARIABLE : "VARIABLE",
  PER_UNIT : "PER_UNIT"
};


//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = PriceType;
}