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

Properties

dpanRef: string
walletId?: string
walletType: MobileWalletType

Generated using TypeDoc