@sumup/sdk
    Preparing search index...

    Type Alias Branding

    Settings used to apply the Merchant's branding to email receipts, invoices, checkouts, and other products.

    type Branding = {
        background_color?: string;
        hero?: string;
        icon?: string;
        logo?: string;
        primary_color?: string;
        primary_color_fg?: string;
        secondary_color?: string;
        secondary_color_fg?: string;
    }
    Index

    Properties

    background_color?: string

    A hex color value representing the preferred background color of this merchant.

    hero?: string

    Data-URL encoded hero image for the merchant business.

    icon?: string

    An icon for the merchant. Must be square.

    logo?: string

    A logo for the merchant that will be used in place of the icon and without the merchant's name next to it if there's sufficient space.

    primary_color?: string

    A hex color value representing the primary branding color of this merchant (your brand color).

    primary_color_fg?: string

    A hex color value representing the color of the text displayed on branding color of this merchant.

    secondary_color?: string

    A hex color value representing the secondary branding color of this merchant (accent color used for buttons).

    secondary_color_fg?: string

    A hex color value representing the color of the text displayed on secondary branding color of this merchant.