MobileWalletTokenization

data class MobileWalletTokenization(val dpanRef: String, val walletId: String? = null, val walletType: MobileWalletType, val status: MobileWalletStatus)

Data class containing information about card enrollments for specific Mobile Wallet

Constructors

Link copied to clipboard
constructor(dpanRef: String, walletId: String? = null, walletType: MobileWalletType, status: MobileWalletStatus)

Properties

Link copied to clipboard

dpan (Device Pan) reference.

Link copied to clipboard

MobileWalletStatus Mobile wallet status type.

Link copied to clipboard
val walletId: String? = null

Wallet Id used only with Google Pay.

Link copied to clipboard

MobileWalletType Contains supported wallet types.