CreditNoteLines constructor
const
CreditNoteLines({
- required List<
CreditNoteLineItem> data, - required bool hasMore,
- required String url,
CreditNoteLinesList
Line items that make up the credit note
Implementation
const CreditNoteLines({
required this.data,
required this.hasMore,
required this.url,
});