PaymentVoidEvent Object
Void payment.
type PaymentVoidEvent implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  payment: Payment
}
Fields
PaymentVoidEvent.issuedAt ● DateTime scalar miscellaneous
Time of the event.
PaymentVoidEvent.version ● String scalar miscellaneous
Saleor version that triggered the event.
PaymentVoidEvent.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
PaymentVoidEvent.recipient ● App object apps
The application receiving the webhook.
PaymentVoidEvent.payment ● Payment object payments
Look up a payment.