Success

@ObjCName(name = "success")
data class Success(val data: ZyncCustomerDetail, val syncStatus: ZyncDataSyncStatus, val lastSyncedAt: String) : CustomerDetailResult

Successful operation result containing the requested customer detail data.

Parameters

data

The successful result data

syncStatus

Indicates the freshness status of the record (NONE for fresh, OUTDATED_RECORD for stale)

lastSyncedAt

ISO-8601 formatted timestamp of when this record was last synced from the server

Constructors

Link copied to clipboard
constructor(data: ZyncCustomerDetail, syncStatus: ZyncDataSyncStatus, lastSyncedAt: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard