GetCreditNotesResponse constructor

const GetCreditNotesResponse({
  1. required List<CreditNote> data,
  2. required bool hasMore,
  3. required String url,
})

CreditNotesList

Implementation

const GetCreditNotesResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});