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

Properties

Properties

href?: string

Generated using TypeDoc