EligibilityData

public struct EligibilityData : Sendable

EligibilityData is used by MPA to provide information associated with the card digitization.

  • The input method.

    Declaration

    Swift

    public let inputMethod: InputMethod
  • The language used.

    Declaration

    Swift

    public let language: String
  • The Serial number.

    Declaration

    Swift

    public let serialNumber: String?
  • The Wallet account.

    Declaration

    Swift

    public let walletAccount: WalletAccount?
  • InputMethod contains the input method used to capture the card information.

    See more

    Declaration

    Swift

    public enum InputMethod : Sendable, CaseIterable
  • WalletAccount contains the information related to the end user’s wallet account. This information is only used by the issuer or scheme to assess the risk during the eligibility check and card provisioning process.

    See more

    Declaration

    Swift

    public struct WalletAccount : Sendable
  • Components used to build WalletAccountData.

    See more

    Declaration

    Swift

    public struct WalletAccountComponents