Class WalletAccountData
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.WalletAccountData
WalletAccountData is used by MPA for CheckCardEligibility.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches the wallet user accountId.Fetches address associated to the wallet account.getEmail()Fetches email address associated to the wallet account.getName()Fetches the full name of wallet account.voidsetAccountId(String accountId) Sets the wallet user accountId.voidsetAddress(Address Address) Sets the address of the wallet account.voidSets the email associated to the wallet account.voidSets the full name of the wallet account.
-
Constructor Details
-
WalletAccountData
-
-
Method Details
-
getAccountId
Fetches the wallet user accountId.- Returns:
- The wallet user accountId.
-
setAccountId
Sets the wallet user accountId.- Parameters:
accountId- The wallet user accountId.
-
getName
Fetches the full name of wallet account.- Returns:
- The full name of wallet account.
-
setName
Sets the full name of the wallet account.- Parameters:
name- The full name of the wallet account.
-
getEmail
Fetches email address associated to the wallet account.- Returns:
- The email address associated to the wallet account.
-
setEmail
Sets the email associated to the wallet account.- Parameters:
email- The email associated to the wallet account.
-
getAddress
Fetches address associated to the wallet account.- Returns:
- The address associated to the wallet account.
-
setAddress
Sets the address of the wallet account.- Parameters:
Address- The address of the wallet account.
-