Mayson Monorepo Documentation
    Preparing search index...
    interface ThreeDSecure {
        address_line1_check?: string;
        address_zip_check?: string;
        authenticated?: boolean;
        brand?: string;
        card?: string;
        country?: string;
        customer?: string;
        cvc_check?: string;
        description?: string;
        dynamic_last4?: string;
        exp_month?: number;
        exp_year?: number;
        fingerprint?: string;
        funding?: string;
        iin?: string;
        issuer?: string;
        last4?: string;
        name?: string;
        three_d_secure?: string;
        tokenization_method?: string;
    }
    Index

    Properties

    address_line1_check?: string
    address_zip_check?: string
    authenticated?: boolean
    brand?: string
    card?: string
    country?: string
    customer?: string
    cvc_check?: string
    description?: string
    dynamic_last4?: string
    exp_month?: number
    exp_year?: number
    fingerprint?: string
    funding?: string
    iin?: string
    issuer?: string
    last4?: string
    name?: string
    three_d_secure?: string
    tokenization_method?: string