OBJECT
type CheckoutCompleteWithCreditCardPayload {# The checkout on which the payment was applied.checkout: Checkout! # A representation of the attempted payment.payment: Payment # List of errors that occurred executing the mutation.userErrors: [UserError!]! }