InvoicePaymentFailedEvent constructor

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

Occurs whenever an invoice payment attempt fails, due either to a declined payment or to the lack of a stored payment method.

Implementation

const InvoicePaymentFailedEvent({required this.object});