CheckoutOrder
Definition of a from a checkout creating an order
type CheckoutOrder {
htmlSnippet: String
pspReference: String!
status: String
orderId: Int
}
Fields
htmlSnippet ● String
Html snippet of a checkout as a string
pspReference ● String!
Refernce of the payment method provider
status ● String
The status of the checkout
orderId ● Int
Current (or future) order id
Example
{}