Source: payments/ManagementPlanActionTriggerType.js

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


/**
Type of event to trigger the action
* @memberof payments
* @enum {string}
*/
ManagementPlanActionTriggerType = {
  DATE_TIME : "DATE_TIME",
  HOST : "HOST",
  MANUAL : "MANUAL",
  SALE_EVENT : "SALE_EVENT"
};


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