Contains information about card enrollment for specific Mobile Wallet

interface MobileWalletTokenization {
    dpanRef: string;
    status: MobileWalletStatus;
    walletId?: string;
    walletType: MobileWalletType;
}

Properties

dpanRef: string

dpan (Device Pan) reference.

Wallet status.

walletId?: string

Wallet Id used only with Google Pay.

walletType: MobileWalletType

Wallet type.