InvoiceResponse constructor

InvoiceResponse({
  1. List<SquareError>? errors,
  2. Invoice? invoice,
  3. List<Invoice>? invoices,
  4. String? cursor,
})

Implementation

InvoiceResponse({
  this.errors, this.invoice, this.invoices, this.cursor
});