Success
data class Success(val data: ZyncContractDetail, val syncStatus: ZyncDataSyncStatus, val lastSyncedAt: String) : ContractResult
Successful operation result containing the requested contract data.
Parameters
data
The successful result data
sync Status
Indicates the freshness status of the record (NONE for fresh, OUTDATED_RECORD for stale)
last Synced At
ISO-8601 formatted timestamp of when this record was last synced from the server