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

    Type Alias EpmsPaymentResponseData

    type EpmsPaymentResponseData = {
        action?: {
            action_type?: "3ds_challenge" | "none" | "redirect" | "show_results";
            results?: {
                approved_url?: string;
                cancelled_url?: string;
                paypal_order_id?: string;
                paypal_vault_setup_id?: string;
            };
            token?: string;
            url?: string;
        };
        objects?: {
            payment_agreement_uuid?: string;
            payment_source_uuid?: string;
            payment_uuid?: string;
            subscription_uuid?: string;
        };
    }
    Index

    Properties

    Properties

    action?: {
        action_type?: "3ds_challenge" | "none" | "redirect" | "show_results";
        results?: {
            approved_url?: string;
            cancelled_url?: string;
            paypal_order_id?: string;
            paypal_vault_setup_id?: string;
        };
        token?: string;
        url?: string;
    }
    objects?: {
        payment_agreement_uuid?: string;
        payment_source_uuid?: string;
        payment_uuid?: string;
        subscription_uuid?: string;
    }