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

    Type Alias EpmsSupporterInfo

    type EpmsSupporterInfo = {
        address_addendum?: string;
        birth_day?: number | string;
        birth_month?: number | string;
        birth_year?: number | string;
        city?: string;
        country?: string;
        custom_parameters?: Record<string, string> & {
            birth_day?: number | string;
            birth_month?: number | string;
            birth_year?: number | string;
        };
        email?: string;
        email_permission?: boolean;
        first_name?: string;
        house_number?: string;
        is_company_donation?: boolean;
        last_name?: string;
        legal_entity?: string;
        phone?: string;
        postal_code?: string;
        raisenow_parameters?: { integration?: any };
        raw_address?: string;
        raw_name?: string;
        region_level_1?: string;
        salutation?: string;
        street?: string;
        uuid?: string;
    }
    Index

    Properties

    address_addendum?: string
    birth_day?: number | string
    birth_month?: number | string
    birth_year?: number | string
    city?: string
    country?: string
    custom_parameters?: Record<string, string> & {
        birth_day?: number | string;
        birth_month?: number | string;
        birth_year?: number | string;
    }

    Type Declaration

    • Optionalbirth_day?: number | string
    • Optionalbirth_month?: number | string
    • Optionalbirth_year?: number | string
    email?: string
    email_permission?: boolean
    first_name?: string
    house_number?: string
    is_company_donation?: boolean
    last_name?: string
    legal_entity?: string
    phone?: string
    postal_code?: string
    raisenow_parameters?: { integration?: any }
    raw_address?: string
    raw_name?: string
    region_level_1?: string
    salutation?: string
    street?: string
    uuid?: string