Zync Quote Manager
class ZyncQuoteManager
Manager class for handling quote and proposal template operations.
Provides access to CPQ (Configure, Price, Quote) proposal templates with offline-first architecture and sync-aware data access.
Functions
Link copied to clipboard
suspend fun getProposalTemplates(page: Int, pageSize: Int, filter: ZyncProposalTemplateFilter = ZyncProposalTemplateFilter.DEFAULT): GetProposalTemplatesResult
Retrieves proposal templates with filter and pagination support.