Package com.gemalto.mfs.mwsdk.payment
Interface VisaConstants
public interface VisaConstants
This interface contains VisaConstants used while replenishment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intVisa 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 final intVisa 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 Details
-
MAX_ATC_FOR_LUK
static final int MAX_ATC_FOR_LUKVisa 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:
-
MAX_REPLENISH_COUNTER
static final int MAX_REPLENISH_COUNTERVisa 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:
-