DonationType.java

package org.petify.funding.model;

public enum DonationType {
    MONEY,
    MATERIAL
}