MobileWalletTokenization

data class MobileWalletTokenization(val dpanRef: String, val walletId: String?, 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?, 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

Wallet Id used only with Google Pay.

Link copied to clipboard

MobileWalletType Contains supported wallet types.