GetInvoicesSearchResponse constructor
const
GetInvoicesSearchResponse({})
SearchResult
Implementation
const GetInvoicesSearchResponse({
required this.data,
required this.hasMore,
this.nextPage,
this.totalCount,
required this.url,
});