InvoicePaymentSucceededEvent constructor

const InvoicePaymentSucceededEvent({
  1. required Invoice object,
})

Occurs whenever an invoice payment attempt succeeds.

Implementation

const InvoicePaymentSucceededEvent({required this.object});