EventCategory.java

package uk.gov.dhsc.htbhf.claimant.reporting.payload;

/**
 * The category of the event. Claim or payment
 */
public enum EventCategory {

    CLAIM,
    PAYMENT
}