package org.petify.funding.model; public enum FundraiserStatus { DRAFT, ACTIVE, COMPLETED, CANCELLED, PAUSED }