@raisenow/tamaro-core
    Preparing search index...

    Type Alias AnalyticsEvent

    type AnalyticsEvent = {
        ab_test_variant?: string;
        amount?: number;
        amounts_shown?: number[];
        cover_fee?: boolean;
        cover_fee_fixed?: number;
        cover_fee_shown?: boolean;
        cover_fee_total?: number;
        cover_fee_variable?: number;
        currencies_shown?: string[];
        currency?: string;
        email_permission_shown?: boolean;
        env?: string;
        epms_account_uuid?: string;
        epp_api_key?: string;
        event_id: string;
        event_name: string;
        fields_required?: string[];
        fields_shown?: string[];
        interval?: string;
        intervals_shown?: string[];
        payment_method?: string;
        payment_methods_shown?: string[];
        payment_purpose?: string;
        payment_purposes_shown?: string[];
        prefill_sources?: string[];
        product_configuration: string;
        product_name: string;
        product_version: string;
        session_id: string;
        timestamp: number;
        timezone_offset: number;
        transaction_id?: string;
        url?: string;
        user_agent?: string;
        user_id: string;
        validation_errors?: { [key: string]: string };
    }
    Index

    Properties

    ab_test_variant?: string
    amount?: number
    amounts_shown?: number[]
    cover_fee?: boolean
    cover_fee_fixed?: number
    cover_fee_shown?: boolean
    cover_fee_total?: number
    cover_fee_variable?: number
    currencies_shown?: string[]
    currency?: string
    email_permission_shown?: boolean
    env?: string
    epms_account_uuid?: string
    epp_api_key?: string
    event_id: string
    event_name: string
    fields_required?: string[]
    fields_shown?: string[]
    interval?: string
    intervals_shown?: string[]
    payment_method?: string
    payment_methods_shown?: string[]
    payment_purpose?: string
    payment_purposes_shown?: string[]
    prefill_sources?: string[]
    product_configuration: string
    product_name: string
    product_version: string
    session_id: string
    timestamp: number
    timezone_offset: number
    transaction_id?: string
    url?: string
    user_agent?: string
    user_id: string
    validation_errors?: { [key: string]: string }