Anchor to CheckoutAndAccountsConfigurationInterfaceCheckout
CheckoutAndAccountsConfigurationInterface
interface
Represents a checkout and accounts configuration interface.
Anchor to FieldsFields
- Anchor to brandingSettingsbranding•
Settings The configuration branding settings.
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the configuration was created.
- Anchor to editedAtedited•
At DateTime! non-null The date and time when the configuration was last edited.
- Anchor to namename•String!non-null
The configuration name.
- Anchor to updatedAtupdated•
At DateTime! non-null The date and time when the configuration was last updated.
Was this section helpful?
{
"brandingSettings": "",
"createdAt": "",
"editedAt": "",
"name": "",
"updatedAt": ""
}
{
"brandingSettings": "",
"createdAt": "",
"editedAt": "",
"name": "",
"updatedAt": ""
}
interface CheckoutAndAccountsConfigurationInterface {
brandingSettings: CheckoutAndAccountsConfigurationBrandingSettings
createdAt: DateTime!
editedAt: DateTime!
name: String!
updatedAt: DateTime!
}