InvoiceVoidedEvent constructor
const
InvoiceVoidedEvent({
- required Invoice object,
Occurs whenever an invoice is voided.
Implementation
const InvoiceVoidedEvent({required this.object});
Occurs whenever an invoice is voided.
const InvoiceVoidedEvent({required this.object});