Class ReferenceStateDate

java.lang.Object
com.highdeal.util.NamedConstant
com.highdeal.pnr.hci.ReferenceStateDate

public final class ReferenceStateDate extends com.highdeal.util.NamedConstant
This class represents an enumeration of possible state for expiration alerts. Reserved for internal use only.
  • Field Details

    • ACTIVE_REF_STATE_DATE

      public static final ReferenceStateDate ACTIVE_REF_STATE_DATE
      Constants describing that the alert must be thrown when the prepaid account has its state becoming active after it was blocked or locked. The day count is not used in this case.
    • BLOCKED_REF_STATE_DATE

      public static final ReferenceStateDate BLOCKED_REF_STATE_DATE
      Constants describing that the reference date of the alert is the blocked state date of the prepaid account.
    • LOCKED_REF_STATE_DATE

      public static final ReferenceStateDate LOCKED_REF_STATE_DATE
      Constants describing that the reference date of the alert is the locked state date of the prepaid account.
    • CLOSED_REF_STATE_DATE

      public static final ReferenceStateDate CLOSED_REF_STATE_DATE
      Constants describing that the reference date of the alert is the closed state date of the prepaid account.
  • Method Details