DiscountCodeState:
    | "ApplicationStoppedByPreviousDiscount"
    | "DoesNotMatchCart"
    | "MatchesCart"
    | "MaxApplicationReached"
    | "NotActive"
    | "NotValid"
    | string