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

    Properties

    Properties

    file?: string

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

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

    url?: string

    The URL of the image. Required if type is url and disallowed otherwise.