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

    Interface ReturnLink

    The return link defines the location for redirection.

    interface ReturnLink {
        href?: string;
        method?: HttpRequestMethod;
        rel?: ReturnLinkType;
    }
    Index

    Properties

    Properties

    href?: string

    The url to be used for further actions.

    The HTTP request method.

    The type of the return link.