Interface PortalEnums.PinConsumptionRule

Enclosing class:
PortalEnums

public static interface PortalEnums.PinConsumptionRule
Consumption rules. These consumption rules are defined as UNDEFINED - Consumption rule is not defined. EST - Consume the sub-balance with earliest valid_from first. EET - Consume earliest expired (earliest valid_to) sub-balance first. LST - Consume the sub-balance with the latest valid_from first. LET - Consume latest expired (latest valid_to) sub-balance first. ESTLET - Consume the earliest sub-balance first. If more then one sub-balances have same valid_from then consume latest expired sub-balance first. ESTEET - Consume the earliest sub-balance first. If more then one sub-balances have same valid_from, consume earlier expired sub-balance first. LSTEET - Consume latest sub-balance first. If more then one sub-balances have same valid_from then consume earliest expired sub-balance first. LSTLET - Consume latest sub-balance first. If more then one sub-balances have same valid_from then consume latest expired sub-balance first. EETEST - Consume earliest expired sub-balance first. If more then one sub-balances have same valid_to, consume the earliest sub-balance first. EETLST - Consume earliest expired sub-balance first. If more then one sub-balances have same valid_to, consume latest sub-balance first. LETEST - Consume latest expired sub-balance first. If more then one sub-balances have the same valid_to: consume the earliest sub-balance first. LETLST - Consume latest expired sub-balance first. If more then one sub-balances have the same valid_to, latest sub-balance first.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int