Source: remotepay/ResultStatus.js

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


/**
* @memberof remotepay
* @enum {string}
*/
ResultStatus = {
  SUCCESS : "SUCCESS",
  FAIL : "FAIL",
  CANCEL : "CANCEL"
};


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