/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
/**
Type of action to take
* @memberof payments
* @enum {string}
*/
ManagementPlanActionType = {
DELETE : "DELETE",
RESTART : "RESTART",
DOWNLOAD : "DOWNLOAD",
UPLOAD : "UPLOAD"
};
//
// Expose the module.
//
if ('undefined' !== typeof module) {
module.exports = ManagementPlanActionType;
}