/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
* @memberof payments
* @enum {string}
*/
TerminalManagementErrorActionType = {
STATUS_REPORT : "STATUS_REPORT",
STOP : "STOP"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = TerminalManagementErrorActionType;
}