Type alias CheckoutConfigurationFragment
Checkout
Configuration
Fragment
: { __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 }
Type declaration
-
__typename: "CheckoutConfiguration"
-
Optional
content?: { __typename?: "CheckoutContent"; collectPhoneNumber?: boolean | null } | null
-
Optional
customCss?: string | null
-
Optional
palette?: { __typename: "CheckoutColorPalette"; backgroundColor?: string | null; borderColor?: string | null; primary?: string | null; summaryBackgroundColor?: string | null; textColor?: string | null } | null
-
Optional
typography?: { __typename: "TypographyConfiguration" } & TypographyConfigurationFragment | null