@stigg/react-sdk - v10.7.0
Preparing search index...
CheckoutConfigurationFragment
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
content?
custom
Css?
palette?
typography?
Properties
__
typename
__typename
:
"CheckoutConfiguration"
Optional
content
content
?:
|
{
__typename
?:
"CheckoutContent"
;
collectPhoneNumber
?:
boolean
|
null
;
}
|
null
Optional
custom
Css
customCss
?:
string
|
null
Optional
palette
palette
?:
|
{
__typename
:
"CheckoutColorPalette"
;
backgroundColor
?:
string
|
null
;
borderColor
?:
string
|
null
;
primary
?:
string
|
null
;
summaryBackgroundColor
?:
string
|
null
;
textColor
?:
string
|
null
;
}
|
null
Optional
typography
typography
?:
|
{
__typename
:
"TypographyConfiguration"
}
&
TypographyConfigurationFragment
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__
typename
content
custom
Css
palette
typography
@stigg/react-sdk - v10.7.0
Loading...