PaymentCapture
Result of paymentCapture mutation.
type PaymentCapture {
payment: Payment
paymentErrors: [PaymentError!]!
}
Fields
PaymentCapture.payment ● Payment object
Updated payment.
PaymentCapture.paymentErrors ● [PaymentError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
paymentCapture mutation