package org.petify.funding.model; public enum PaymentStatus { PENDING, PROCESSING, SUCCEEDED, FAILED, CANCELLED, REFUNDED, PARTIALLY_REFUNDED }