Success
data class Success(val data: List<ZyncProposalTemplate>, val currentPage: Int, val totalPages: Int, val totalRecords: Int) : GetProposalTemplatesResult
Successful result containing the proposal templates list with pagination metadata.
Parameters
data
The proposal templates list
current Page
Current page number
total Pages
Total number of pages available
total Records
Total number of records across all pages