BenefitType.java

package com.ecommerce.marketing.domain;

public enum BenefitType {
    COUPON,
    RED_PACKET,
    SUBSIDY
}