CheckoutEvent
Checkout event for tracking.
type CheckoutEvent implements Node {
id: ID!
createdAt: DateTime!
checkoutId: String!
type: CheckoutEventType!
tenant: Tenant!
}
Fields
CheckoutEvent.id ● ID! non-null scalar
The Globally Unique ID of this object
CheckoutEvent.createdAt ● DateTime! non-null scalar
Date when event happened.
CheckoutEvent.checkoutId ● String! non-null scalar
Checkout ID
CheckoutEvent.type ● CheckoutEventType! non-null enum
The type of checkout event.
CheckoutEvent.tenant ● Tenant! non-null object
The tenant this checkout event belongs to.
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
CheckoutEventCountableEdge object ● CheckoutEventTriggered object