Class EligibilityData.Builder
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.EligibilityData.Builder
- Enclosing class:
- EligibilityData
Builder to build EligibilityData.
- Since:
- TSH Pay SDK 6.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder(InputMethod inputMethod, String language) Constructor for EligibilityData. -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds EligibilityData.serialNumber(String serialNumber) Sets the serial number.walletAccountData(WalletAccountData walletAccountData) Sets the wallet account data.
-
Constructor Details
-
Builder
Constructor for EligibilityData.- Parameters:
inputMethod- Specifies how the card details are entered.language- The two-letter language code according to the ISO 639-1 standard.- Since:
- TSH Pay SDK 6.6.0
-
-
Method Details
-
serialNumber
Sets the serial number.- Parameters:
serialNumber- The serial number of the device.- Returns:
- The builder object.
- Since:
- TSH Pay SDK 6.6.0
-
walletAccountData
Sets the wallet account data.- Parameters:
walletAccountData- Contains the information related to end user wallet account.- Returns:
- The builder object.
- Since:
- TSH Pay SDK 6.6.0
-
build
Builds EligibilityData.- Returns:
EligibilityDataobject.- Since:
- TSH Pay SDK 6.6.0
-