@raisenow/tamaro-core
    Preparing search index...
    type CardInfoData = {
        cardInfo?: {
            accountType?: string;
            binLength?: number;
            brand?: string;
            country?: string;
            issuer?: string;
            type?: string;
            usage?: string;
        };
        error?: string;
        maskedCard?: string;
        paymentMethod?: string;
        result?: string;
    }
    Index

    Properties

    cardInfo?: {
        accountType?: string;
        binLength?: number;
        brand?: string;
        country?: string;
        issuer?: string;
        type?: string;
        usage?: string;
    }
    error?: string
    maskedCard?: string
    paymentMethod?: string
    result?: string