Source: payments/Type.js

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


/**
* @memberof payments
* @enum {string}
*/
Type = {
  TAB : "TAB",
  AUTH : "AUTH"
};


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