CreditNoteLines constructor

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

Implementation

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