PaymentRefundEvent
Refund payment.
Added in Saleor 3.6type PaymentRefundEvent implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
payment: Payment
}
Fields
PaymentRefundEvent.issuedAt
● DateTime
scalar
Time of the event.
PaymentRefundEvent.version
● String
scalar
Saleor version that triggered the event.
PaymentRefundEvent.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
PaymentRefundEvent.recipient
● App
object
The application receiving the webhook.
PaymentRefundEvent.payment
● Payment
object
Look up a payment.