@stigg/node-server-sdk - v4.23.0

    Type Alias CheckoutConfigurationFragment

    type CheckoutConfigurationFragment = {
        __typename: "CheckoutConfiguration";
        content?:
            | {
                __typename?: "CheckoutContent";
                collectPhoneNumber?: boolean
                | null;
            }
            | null;
        customCss?: string
        | null;
        palette?:
            | {
                __typename: "CheckoutColorPalette";
                backgroundColor?: string
                | null;
                borderColor?: string | null;
                primary?: string | null;
                summaryBackgroundColor?: string | null;
                textColor?: string | null;
            }
            | null;
        typography?: | { __typename: "TypographyConfiguration" } & TypographyConfigurationFragment
        | null;
    }
    Index

    Properties

    __typename: "CheckoutConfiguration"
    content?:
        | {
            __typename?: "CheckoutContent";
            collectPhoneNumber?: boolean
            | null;
        }
        | null
    customCss?: string | null
    palette?:
        | {
            __typename: "CheckoutColorPalette";
            backgroundColor?: string
            | null;
            borderColor?: string | null;
            primary?: string | null;
            summaryBackgroundColor?: string | null;
            textColor?: string | null;
        }
        | null
    typography?:
        | { __typename: "TypographyConfiguration" } & TypographyConfigurationFragment
        | null
    MMNEPVFCICPMFPCPTTAAATR