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

    Type Alias EpmsRaisenowParameters

    type EpmsRaisenowParameters = {
        analytics?: {
            ab_test_variant?: string;
            channel?: string;
            preselected_amount?: string;
            suggested_amounts?: string;
            user_agent?: string;
        };
        cover_fee?: {
            adjusted?: string;
            amount?: string;
            fixed?: string;
            percentage?: string;
        };
        integration?: {
            ch_qr_ordered?: string;
            donation_receipt_requested?: string;
            message?: string;
            raisenow_donation_receipt_available?: string;
        };
        payment_agreement_uuid?: string;
        product?: {
            name?: string;
            parent_url?: string;
            source_url?: string;
            uuid?: string;
            version?: string;
        };
        radar_options?: { session?: string };
        reference_codes?: { creditor_reference?: string; qr_reference?: string };
        solution?: {
            name?: string;
            subtype?: string;
            type?: string;
            uuid?: string;
        };
    }
    Index

    Properties

    analytics?: {
        ab_test_variant?: string;
        channel?: string;
        preselected_amount?: string;
        suggested_amounts?: string;
        user_agent?: string;
    }
    cover_fee?: {
        adjusted?: string;
        amount?: string;
        fixed?: string;
        percentage?: string;
    }
    integration?: {
        ch_qr_ordered?: string;
        donation_receipt_requested?: string;
        message?: string;
        raisenow_donation_receipt_available?: string;
    }
    payment_agreement_uuid?: string
    product?: {
        name?: string;
        parent_url?: string;
        source_url?: string;
        uuid?: string;
        version?: string;
    }
    radar_options?: { session?: string }
    reference_codes?: { creditor_reference?: string; qr_reference?: string }
    solution?: { name?: string; subtype?: string; type?: string; uuid?: string }