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