toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.domain
/
Contact
/
Contact
Contact
constructor
(
id
:
String
=
TsidCreator.getTsid().toString()
,
tenantId
:
String
,
waId
:
String
,
name
:
String
?
=
null
,
email
:
String
?
=
null
,
notes
:
String
?
=
null
,
profilePicUrl
:
String
?
=
null
,
lastInteraction
:
LocalDateTime
?
=
null
,
tags
:
MutableSet
<
Tag
>
=
mutableSetOf()
)
(
source
)