@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface RedirectLink

    The redirect link defines the link used to redirect the payment flow to hosted payment page.

    interface RedirectLink {
        href?: string;
        method?: HttpRequestMethod;
        rel?: REDIRECT_PAYMENT;
    }
    Index

    Properties

    Properties

    href?: string

    The url to be used for further actions.

    The HTTP request method.

    The type of the return link.