InvoiceLineItems constructor

InvoiceLineItems({
  1. String? object,
  2. List<InvoiceLineItem>? data,
  3. bool? hasMore,
  4. String? url,
})

Implementation

InvoiceLineItems({this.object, this.data, this.hasMore, this.url});