OBJECT
completeCheckoutPayload
Autogenerated return type of completeCheckout.
link GraphQL Schema definition
- type completeCheckoutPayload {
- Appointment :
- # An array of all group appointments that were registered for. Used in conjunction
- # with appointment_ids argument.
- Appointment] : [
- BillingItem :
- # A unique identifier for the client performing the mutation.
- String :
- Boolean :
- # The list of errors occurred during the mutation
- FieldError] : [
- UserPackageSelection :
- String :
- }