FundraiserType.java

package org.petify.funding.model;

public enum FundraiserType {
    GENERAL,
    EVENT_BASED,
    EMERGENCY,
    MEDICAL,
    INFRASTRUCTURE
}