InvoiceMarkedUncollectibleEvent constructor

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

Occurs whenever an invoice is marked uncollectible.

Implementation

const InvoiceMarkedUncollectibleEvent({required this.object});