Source: payments/AccountType.js

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


/**
* @memberof payments
* @enum {string}
*/
AccountType = {
  CREDIT : "CREDIT",
  DEBIT : "DEBIT",
  CHECKING : "CHECKING",
  SAVINGS : "SAVINGS"
};


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