Zync SDK
Toggle table of contents
2.1.10
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.asset.models
/
ZyncAssetCustomer
Zync
Asset
Customer
data
class
ZyncAssetCustomer
(
val
firstName
:
String
,
val
lastName
:
String
?
,
val
customerUid
:
String
,
val
email
:
String
?
,
val
contactNo
:
ZyncContactNumber
?
,
val
isActive
:
Boolean
)
Members
Constructors
Zync
Asset
Customer
Link copied to clipboard
constructor
(
firstName
:
String
,
lastName
:
String
?
,
customerUid
:
String
,
email
:
String
?
,
contactNo
:
ZyncContactNumber
?
,
isActive
:
Boolean
)
Properties
contact
No
Link copied to clipboard
val
contactNo
:
ZyncContactNumber
?
customer
Uid
Link copied to clipboard
val
customerUid
:
String
email
Link copied to clipboard
val
email
:
String
?
first
Name
Link copied to clipboard
val
firstName
:
String
is
Active
Link copied to clipboard
val
isActive
:
Boolean
last
Name
Link copied to clipboard
val
lastName
:
String
?