Objects

CheckoutAndOrderType

No description

No description

type CheckoutAndOrderType {
  htmlSnippet: String!
  order: CheckoutOrderType
}

Fields

htmlSnippet ● String! non-null scalar required

HTML-snippet

order ● CheckoutOrderType object

Order details

Returned By

getCheckoutAndOrder query