WalletAccount
public struct WalletAccount : Sendable
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.
-
The account ID.
Declaration
Swift
public let accountID: String -
The name of the cardholder.
Declaration
Swift
public let name: String? -
The email address of the cardholder.
Declaration
Swift
public let email: String? -
The residing address of the cardholder.
Declaration
Swift
public let address: Address? -
See moreAddressThe residing address of the cardholder.Declaration
Swift
public struct Address : Sendable
WalletAccount Structure Reference