Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.customer.models
/
ZyncCustomerUpdateEvent
Zync
Customer
Update
Event
sealed
class
ZyncCustomerUpdateEvent
Inheritors
CustomerUpdated
CustomerDeleted
CustomerNotAccessible
CustomerSyncedWithNoChanges
Members
Types
Customer
Deleted
Link copied to clipboard
data
class
CustomerDeleted
(
val
customerUid
:
String
)
:
ZyncCustomerUpdateEvent
Customer
Not
Accessible
Link copied to clipboard
data
class
CustomerNotAccessible
(
val
customerUid
:
String
)
:
ZyncCustomerUpdateEvent
Customer
Synced
With
No
Changes
Link copied to clipboard
data
class
CustomerSyncedWithNoChanges
(
val
customerUid
:
String
)
:
ZyncCustomerUpdateEvent
Customer
Updated
Link copied to clipboard
data
class
CustomerUpdated
(
val
customerUid
:
String
)
:
ZyncCustomerUpdateEvent