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? -
See moreInputMethodcontains the input method used to capture the card information.Declaration
Swift
public enum InputMethod : Sendable, CaseIterable -
See moreWalletAccountcontains 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.Declaration
Swift
public struct WalletAccount : Sendable -
Components used to build
See moreWalletAccountData.Declaration
Swift
public struct WalletAccountComponents
EligibilityData Structure Reference