PaymentRefund Object
Refunds the captured payment amount.
type PaymentRefund {
payment: Payment
paymentErrors: [PaymentError!]! @deprecated
errors: [PaymentError!]!
}
Fields
PaymentRefund.payment ● Payment object payments
Updated payment.
PaymentRefund.paymentErrors ● [PaymentError!]! deprecated non-null object payments
DEPRECATED
This field will be removed in Saleor 4.0. Use errors field instead.
PaymentRefund.errors ● [PaymentError!]! non-null object payments
Returned By
paymentRefund mutation