Source: payments/CardTransactionState.js

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


/**
* @memberof payments
* @enum {string}
*/
CardTransactionState = {
  PENDING : "PENDING",
  CLOSED : "CLOSED"
};


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