InvalidInvoice constructor

InvalidInvoice({
  1. String? invoiceId,
})

Implementation

InvalidInvoice({
  this.invoiceId,
});