package org.petify.funding.model; public enum DonationStatus { PENDING, COMPLETED, FAILED, CANCELLED, REFUNDED }