Class EligibilityData
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.EligibilityData
EligibilityData is used by MPA for CheckEligibility.
- Since:
- TSH Pay SDK 6.6.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder to build EligibilityData. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches InputMethod.Fetches language.Fetches the serial number of the device.Fetches the wallet account data.
-
Constructor Details
-
EligibilityData
protected EligibilityData()
-
-
Method Details
-
getInputMethod
Fetches InputMethod.- Returns:
InputMethodobject.- Since:
- TSH Pay SDK 6.6.0
-
getLanguage
Fetches language.- Returns:
- The language used.
- Since:
- TSH Pay SDK 6.6.0
-
getWalletAccountData
Fetches the wallet account data.- Returns:
WalletAccountDataobject.- Since:
- TSH Pay SDK 6.6.0
-
getSerialNumber
Fetches the serial number of the device.- Returns:
- The device serial number.
- Since:
- TSH Pay SDK 6.6.0
-