Mayson Monorepo Documentation
    Preparing search index...
    interface Logo {
        file?: string;
        type: Stripe.Checkout.Session.BrandingSettings.Logo.Type;
        url?: string;
    }
    Index

    Properties

    Properties

    file?: string

    The ID of a File upload representing the logo. Purpose must be business_logo. Required if type is file and disallowed otherwise.

    The type of image for the logo. Must be one of file or url.

    url?: string

    The URL of the image. Present when type is url.