PaymentVoidEvent
Void payment.
Added in Saleor 3.6type PaymentVoidEvent implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
payment: Payment
}
Fields
PaymentVoidEvent.issuedAt ● DateTime scalar
Time of the event.
PaymentVoidEvent.version ● String scalar
Saleor version that triggered the event.
PaymentVoidEvent.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
PaymentVoidEvent.recipient ● App object
The application receiving the webhook.
PaymentVoidEvent.payment ● Payment object
Look up a payment.
Interfaces
Event interface
Was this page helpful?