Checkout
No description
type Checkout {
successMessage: String
locale: String
locales: [String]
translations: [StoreCheckoutTranslation]
}
No description
type Checkout {
successMessage: String
locale: String
locales: [String]
translations: [StoreCheckoutTranslation]
}
Checkout.successMessage ● String scalarCheckout.locale ● String scalarCheckout.locales ● [String] list scalarCheckout.translations ● [StoreCheckoutTranslation] list object