Package com.gemalto.mfs.mwsdk.payment
Interface VisaConstants
-
public interface VisaConstants
This interface contains VisaConstants used while replenishment.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_ATC_FOR_LUK
Visa 1.8 Spec, Req 5.18 - Update ATC The ATC for VTS cannot be decrement and when it reaches the maximum value, account should be enrolled.static int
MAX_REPLENISH_COUNTER
Visa 1.8 Spec, Req 4.15 - sequence counter The Replenishment counter for VTS incremented at CPS server by 1, when it reaches the maximum value, account should be enrolled.
-
-
-
Field Detail
-
MAX_ATC_FOR_LUK
static final int MAX_ATC_FOR_LUK
Visa 1.8 Spec, Req 5.18 - Update ATC The ATC for VTS cannot be decrement and when it reaches the maximum value, account should be enrolled.- See Also:
- Constant Field Values
-
MAX_REPLENISH_COUNTER
static final int MAX_REPLENISH_COUNTER
Visa 1.8 Spec, Req 4.15 - sequence counter The Replenishment counter for VTS incremented at CPS server by 1, when it reaches the maximum value, account should be enrolled.- See Also:
- Constant Field Values
-
-