Package com.portal.pcm
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
FieldsModifier and TypeFieldDescriptionstatic 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
-
Field Details
-
UNDEFINED
static final int UNDEFINED- See Also:
-
EST
static final int EST- See Also:
-
LST
static final int LST- See Also:
-
EET
static final int EET- See Also:
-
LET
static final int LET- See Also:
-
ESTLET
static final int ESTLET- See Also:
-
ESTEET
static final int ESTEET- See Also:
-
LSTEET
static final int LSTEET- See Also:
-
LSTLET
static final int LSTLET- See Also:
-
EETEST
static final int EETEST- See Also:
-
EETLST
static final int EETLST- See Also:
-
LETEST
static final int LETEST- See Also:
-
LETLST
static final int LETLST- See Also:
-