Get Customers Result
Result type for getting paginated customers list. Contains pagination metadata and partial data indicator.
Inheritors
Types
Link copied to clipboard
Failed customers result containing error information.
Link copied to clipboard
data class Success(val data: List<ZyncCustomer>, val currentPage: Int, val totalPages: Int, val totalRecords: Int, val isPartialData: Boolean) : GetCustomersResult
Successful customers result containing the customers list with pagination metadata.