Source: payments/ManagementPlanActionAdditionalProcess.js

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


/**
* @memberof payments
* @enum {string}
*/
ManagementPlanActionAdditionalProcess = {
  RECONCILIATION : "RECONCILIATION",
  MANUAL_CONFIRMATION : "MANUAL_CONFIRMATION",
  RESTART : "RESTART"
};


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