CheckoutPaymentCreate
Result of checkoutPaymentCreate mutation.
type CheckoutPaymentCreate {
checkout: Checkout
payment: Payment
paymentErrors: [PaymentError!]!
}
Fields
CheckoutPaymentCreate.checkout ● Checkout object
Related checkout object.
CheckoutPaymentCreate.payment ● Payment object
A newly created payment.
CheckoutPaymentCreate.paymentErrors ● [PaymentError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutPaymentCreate mutation