You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see a way to get paginated search results for Customer, RecurringPaymentMethod, Schedule Entities using a RecurringBuilder<T> and the RecuringService.Search<T>() method. How do you set the offset and limit for paginated PayPlan Recurring Entity search results? I do see there is a PagedResult<T> entity and the ReportingService has the ability to return paged results for Transactions but I don't see any way to get paginated results for Recurring Entities. Am I missing something or are paginated search results not currently supported for PayPlan Recurring Entities?
The text was updated successfully, but these errors were encountered:
I don't see a way to get paginated search results for
Customer, RecurringPaymentMethod, Schedule
Entities using aRecurringBuilder<T>
and theRecuringService.Search<T>()
method. How do you set theoffset
andlimit
for paginated PayPlan Recurring Entity search results? I do see there is aPagedResult<T>
entity and theReportingService
has the ability to return paged results forTransactions
but I don't see any way to get paginated results for Recurring Entities. Am I missing something or are paginated search results not currently supported for PayPlan Recurring Entities?The text was updated successfully, but these errors were encountered: