Class WalletAccountData

java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.WalletAccountData

public final class WalletAccountData extends Object
WalletAccountData is used by MPA for CheckCardEligibility.
  • Constructor Details

    • WalletAccountData

      public WalletAccountData(String accountId)
  • Method Details

    • getAccountId

      public String getAccountId()
      Fetches the wallet user accountId.
      Returns:
      The wallet user accountId.
    • setAccountId

      public void setAccountId(String accountId)
      Sets the wallet user accountId.
      Parameters:
      accountId - The wallet user accountId.
    • getName

      public String getName()
      Fetches the full name of wallet account.
      Returns:
      The full name of wallet account.
    • setName

      public void setName(String name)
      Sets the full name of the wallet account.
      Parameters:
      name - The full name of the wallet account.
    • getEmail

      public String getEmail()
      Fetches email address associated to the wallet account.
      Returns:
      The email address associated to the wallet account.
    • setEmail

      public void setEmail(String email)
      Sets the email associated to the wallet account.
      Parameters:
      email - The email associated to the wallet account.
    • getAddress

      public Address getAddress()
      Fetches address associated to the wallet account.
      Returns:
      The address associated to the wallet account.
    • setAddress

      public void setAddress(Address Address)
      Sets the address of the wallet account.
      Parameters:
      Address - The address of the wallet account.