Configuration for Link in Checkout.

interface LinkConfiguration {
    display?: "automatic" | "never";
}

Properties

Properties

display?: "automatic" | "never"

Controls when Link is displayed. Defaults to automatic.