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

    Type Alias EppPaymentObject

    type EppPaymentObject = {
        amount?: number;
        bank_city?: string;
        bank_name?: string;
        bank_zip_code?: string;
        bankbic?: string;
        bankiban?: string;
        birth_date?: string;
        cancel_url?: string;
        card_holder_name?: string;
        card_token?: string;
        cardno?: string;
        chqr_refno?: string;
        country_code?: string;
        create_payment_source?: boolean;
        creditor_reference?: string;
        currency?: string;
        cvv?: string;
        error_url?: string;
        es_message?: string;
        expm?: string;
        expy?: string;
        form_template?: string;
        further_rnw_interaction?: "disabled" | "enabled";
        hmac?: string;
        iban?: string;
        immediate_execution?: boolean;
        language?: string;
        mobile_mode?: boolean;
        netbanking_issuer_id?: string;
        partial_pin?: string;
        payer_line1?: string;
        payer_line2?: string;
        payer_line3?: string;
        payer_line4?: string;
        payment_method?: PaymentMethod;
        payment_provider?: PaymentProvider;
        recaptcha?: null | string;
        recurring?: boolean;
        recurring_interval?: string;
        refno?: string;
        reqtype?: "CAA";
        return_parameters?: boolean;
        stored_campaign_id?: string;
        stored_campaign_subid?: string;
        stored_chqr_ordered?: boolean;
        stored_cover_transaction_fee?: boolean;
        stored_customer_birthdate?: string;
        stored_customer_city?: string;
        stored_customer_company?: string;
        stored_customer_country?: string;
        stored_customer_country_code?: string;
        stored_customer_donation_receipt?: boolean;
        stored_customer_email?: string;
        stored_customer_email_permission?: boolean;
        stored_customer_firstname?: string;
        stored_customer_lastname?: string;
        stored_customer_message?: string;
        stored_customer_pan?: string;
        stored_customer_phone?: string;
        stored_customer_pobox?: string;
        stored_customer_raw_address?: string;
        stored_customer_raw_name?: string;
        stored_customer_salutation?: string;
        stored_customer_state?: string;
        stored_customer_street?: string;
        stored_customer_street_number?: string;
        stored_customer_street2?: string;
        stored_customer_token?: string;
        stored_customer_uuid?: string;
        stored_customer_zip_code?: string;
        stored_is_company_donation?: boolean;
        stored_moto?: boolean;
        stored_pseudo_recurring?: boolean;
        stored_rnw_analytics_ab_test_variant?: string;
        stored_rnw_analytics_preselected_amount?: number;
        stored_rnw_analytics_suggested_amounts?: string;
        stored_rnw_analytics_user_agent?: string;
        stored_rnw_cover_fee_adjusted?: boolean;
        stored_rnw_cover_fee_amount?: number;
        stored_rnw_cover_fee_fixed?: number;
        stored_rnw_cover_fee_percentage?: number;
        stored_rnw_parent_url?: string;
        stored_rnw_product_name?: string;
        stored_rnw_product_version?: string;
        stored_rnw_purpose_id?: string;
        stored_rnw_purpose_text?: string;
        stored_rnw_recurring_interval_name?: string;
        stored_rnw_recurring_interval_text?: string;
        stored_rnw_source_url?: string;
        stored_rnw_widget_uuid?: string;
        stored_screen_height?: number;
        stored_screen_width?: number;
        stored_timezone_offset?: number;
        subscription_token?: string;
        success_url?: string;
        test_mode?: boolean;
    }
    Index

    Properties

    amount? bank_city? bank_name? bank_zip_code? bankbic? bankiban? birth_date? cancel_url? card_holder_name? card_token? cardno? chqr_refno? country_code? create_payment_source? creditor_reference? currency? cvv? error_url? es_message? expm? expy? form_template? further_rnw_interaction? hmac? iban? immediate_execution? language? mobile_mode? netbanking_issuer_id? partial_pin? payer_line1? payer_line2? payer_line3? payer_line4? payment_method? payment_provider? recaptcha? recurring? recurring_interval? refno? reqtype? return_parameters? stored_campaign_id? stored_campaign_subid? stored_chqr_ordered? stored_cover_transaction_fee? stored_customer_birthdate? stored_customer_city? stored_customer_company? stored_customer_country? stored_customer_country_code? stored_customer_donation_receipt? stored_customer_email? stored_customer_email_permission? stored_customer_firstname? stored_customer_lastname? stored_customer_message? stored_customer_pan? stored_customer_phone? stored_customer_pobox? stored_customer_raw_address? stored_customer_raw_name? stored_customer_salutation? stored_customer_state? stored_customer_street? stored_customer_street_number? stored_customer_street2? stored_customer_token? stored_customer_uuid? stored_customer_zip_code? stored_is_company_donation? stored_moto? stored_pseudo_recurring? stored_rnw_analytics_ab_test_variant? stored_rnw_analytics_preselected_amount? stored_rnw_analytics_suggested_amounts? stored_rnw_analytics_user_agent? stored_rnw_cover_fee_adjusted? stored_rnw_cover_fee_amount? stored_rnw_cover_fee_fixed? stored_rnw_cover_fee_percentage? stored_rnw_parent_url? stored_rnw_product_name? stored_rnw_product_version? stored_rnw_purpose_id? stored_rnw_purpose_text? stored_rnw_recurring_interval_name? stored_rnw_recurring_interval_text? stored_rnw_source_url? stored_rnw_widget_uuid? stored_screen_height? stored_screen_width? stored_timezone_offset? subscription_token? success_url? test_mode?

    Properties

    amount?: number
    bank_city?: string
    bank_name?: string
    bank_zip_code?: string
    bankbic?: string
    bankiban?: string
    birth_date?: string
    cancel_url?: string
    card_holder_name?: string
    card_token?: string
    cardno?: string
    chqr_refno?: string
    country_code?: string
    create_payment_source?: boolean
    creditor_reference?: string
    currency?: string
    cvv?: string
    error_url?: string
    es_message?: string
    expm?: string
    expy?: string
    form_template?: string
    further_rnw_interaction?: "disabled" | "enabled"
    hmac?: string
    iban?: string
    immediate_execution?: boolean
    language?: string
    mobile_mode?: boolean
    netbanking_issuer_id?: string
    partial_pin?: string
    payer_line1?: string
    payer_line2?: string
    payer_line3?: string
    payer_line4?: string
    payment_method?: PaymentMethod
    payment_provider?: PaymentProvider
    recaptcha?: null | string
    recurring?: boolean
    recurring_interval?: string
    refno?: string
    reqtype?: "CAA"
    return_parameters?: boolean
    stored_campaign_id?: string
    stored_campaign_subid?: string
    stored_chqr_ordered?: boolean
    stored_cover_transaction_fee?: boolean
    stored_customer_birthdate?: string
    stored_customer_city?: string
    stored_customer_company?: string
    stored_customer_country?: string
    stored_customer_country_code?: string
    stored_customer_donation_receipt?: boolean
    stored_customer_email?: string
    stored_customer_email_permission?: boolean
    stored_customer_firstname?: string
    stored_customer_lastname?: string
    stored_customer_message?: string
    stored_customer_pan?: string
    stored_customer_phone?: string
    stored_customer_pobox?: string
    stored_customer_raw_address?: string
    stored_customer_raw_name?: string
    stored_customer_salutation?: string
    stored_customer_state?: string
    stored_customer_street?: string
    stored_customer_street_number?: string
    stored_customer_street2?: string
    stored_customer_token?: string
    stored_customer_uuid?: string
    stored_customer_zip_code?: string
    stored_is_company_donation?: boolean
    stored_moto?: boolean
    stored_pseudo_recurring?: boolean
    stored_rnw_analytics_ab_test_variant?: string
    stored_rnw_analytics_preselected_amount?: number
    stored_rnw_analytics_suggested_amounts?: string
    stored_rnw_analytics_user_agent?: string
    stored_rnw_cover_fee_adjusted?: boolean
    stored_rnw_cover_fee_amount?: number
    stored_rnw_cover_fee_fixed?: number
    stored_rnw_cover_fee_percentage?: number
    stored_rnw_parent_url?: string
    stored_rnw_product_name?: string
    stored_rnw_product_version?: string
    stored_rnw_purpose_id?: string
    stored_rnw_purpose_text?: string
    stored_rnw_recurring_interval_name?: string
    stored_rnw_recurring_interval_text?: string
    stored_rnw_source_url?: string
    stored_rnw_widget_uuid?: string
    stored_screen_height?: number
    stored_screen_width?: number
    stored_timezone_offset?: number
    subscription_token?: string
    success_url?: string
    test_mode?: boolean