Represents a page of KYC application templates along with pagination metadata.
string? NextAfter
Gets the item identifier to use in an "after" query when requesting the next page.
bool UsedFallback
Gets a value indicating if the bundled fallback template was returned instead of remote data.
IReadOnlyList< KycApplicationTemplate > Templates
Gets the application templates on this page.
int? TotalCount
Gets the total item count if provided by the server.
bool HasMoreAfter
Gets a value indicating whether more pages are likely available after the current one.
string? PreviousBefore
Gets the item identifier to use in a "before" query when requesting the previous page.
Contains information about a result page, as deinfed in XEP-0059: Result Set Management
string Last
Last item/key in response.
string First
First item/key in response.
int? Count
Total number of items in result set.