__typename
__typename: "CheckoutConfiguration"
Optionalcontent
content?:
| {
__typename?: "CheckoutContent";
collectPhoneNumber?: boolean
| null;
}
| null
OptionalcustomCss
customCss?: string | null
Optionalpalette
palette?:
| {
__typename: "CheckoutColorPalette";
backgroundColor?: string
| null;
borderColor?: string | null;
primary?: string | null;
summaryBackgroundColor?: string | null;
textColor?: string | null;
}
| null
Optionaltypography