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