Source: payments/Currency.js

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


/**
* @memberof payments
* @enum {string}
*/
Currency = {
  USD : "USD",
  GBP : "GBP",
  EUR : "EUR"
};


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