PaginatedBillingPaymentAttemptResponse constructor
PaginatedBillingPaymentAttemptResponse({
- List<
BillingPaymentAttempt> data = const [], - required int totalCount,
Returns a new PaginatedBillingPaymentAttemptResponse instance.
Implementation
PaginatedBillingPaymentAttemptResponse({
this.data = const [],
required this.totalCount,
});