InvoicePaymentActionRequiredEvent constructor

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

Occurs whenever an invoice payment attempt requires further user action to complete.

Implementation

const InvoicePaymentActionRequiredEvent({required this.object});