BenefitStatus.java

package com.ecommerce.marketing.domain;

public enum BenefitStatus {
    AVAILABLE,
    LOCKED,
    REDEEMED
}