/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
* @memberof payments
* @enum {string}
*/
ParamType = {
TAG_32_16 : "TAG_32_16",
TAG_16_8 : "TAG_16_8",
DECIMAL : "DECIMAL",
STRING : "STRING",
BOOLEAN : "BOOLEAN",
DELIMITED_HEX_BINARY : "DELIMITED_HEX_BINARY",
HEX_BINARY : "HEX_BINARY"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = ParamType;
}