Card Tokenization Request
data class CardTokenizationRequest(val walletType: MobileWalletType, val clientDeviceId: String? = null, val clientWalletAccountId: String? = null)
Data class containing information about Card Tokenization by which the client mobile application requests the needed info for card tokenization for a specific mobile wallet. Depending on the mobile wallet, device type, and card schema, some of the request fields are optional.
Constructors
Link copied to clipboard
constructor(walletType: MobileWalletType, clientDeviceId: String? = null, clientWalletAccountId: String? = null)
Properties
Link copied to clipboard
Required for cards with VISA schema + Samsung/Google Pay. Not required for VISA + Apple Pay.
Link copied to clipboard
Required for cards with VISA schema + Samsung/Google Pay.
Link copied to clipboard
MobileWalletType Contains supported wallet types.