/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
* @memberof pay
* @enum {string}
*/
CardFunction = {
CREDIT : "CREDIT",
DEBIT : "DEBIT",
PREPAID : "PREPAID",
PINLESS_DEBIT : "PINLESS_DEBIT",
SIGNATURE_DEBIT : "SIGNATURE_DEBIT",
EBT : "EBT",
SNAP : "SNAP"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = CardFunction;
}