Mayson Monorepo Documentation
    Preparing search index...
    interface BrandingSettings {
        background_color: string;
        border_style: Stripe.Checkout.Session.BrandingSettings.BorderStyle;
        button_color: string;
        display_name: string;
        font_family: string;
        icon: Stripe.Checkout.Session.BrandingSettings.Icon;
        logo: Stripe.Checkout.Session.BrandingSettings.Logo;
    }
    Index

    Properties

    background_color: string

    A hex color value starting with # representing the background color for the Checkout Session.

    The border style for the Checkout Session. Must be one of rounded, rectangular, or pill.

    button_color: string

    A hex color value starting with # representing the button color for the Checkout Session.

    display_name: string

    The display name shown on the Checkout Session.

    font_family: string

    The font family for the Checkout Session. Must be one of the supported font families.

    The icon for the Checkout Session. You cannot set both logo and icon.

    The logo for the Checkout Session. You cannot set both logo and icon.