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

    Type Alias PaymentFormData

    PaymentFormData: EpmsPaymentObject & EppPaymentObject & {
        bic?: string;
        card_info?: CardInfoData;
        card_type?: string;
        ch_qr_ordered?: boolean;
        custom_amount?: string;
        exp?: string;
        iban?: string;
        iin?: string;
        is_south_korean_card?: boolean;
        last_selected_payment_method?: PaymentMethod;
        payment_type?: PaymentType;
        preselected_amount?: number;
        purpose?: string;
        purpose_text?: string;
        recurring_interval?: RecurringInterval;
        recurring_interval_cron_expression?: string;
        sepa_mandate_terms?: boolean;
        subscription_planned_effective_from?: string;
        subscription_planned_end?: string;
        [key: string]: any;
    }