//core/com.kustomer.core.models.chat/KusCustomerDescribeAttributes
[androidJvm]
@JsonClass(generateAdapter = true)
data class KusCustomerDescribeAttributes(val emails: List<KusEmail>? = null, val sharedEmails: List<KusEmail>? = null, val phones: List<KusPhone>? = null, val sharedPhones: List<KusPhone>? = null, val socials: List<KusSocial>? = null, val sharedSocials: List<KusSocial>? = null, var custom: Map<String, Any>? = null)
KusCustomerDescribeAttributes | [androidJvm] fun KusCustomerDescribeAttributes(emails: List<KusEmail>? = null, sharedEmails: List<KusEmail>? = null, phones: List<KusPhone>? = null, sharedPhones: List<KusPhone>? = null, socials: List<KusSocial>? = null, sharedSocials: List<KusSocial>? = null, custom: Map<String, Any>? = null) |
Name | Summary |
---|---|
custom | [androidJvm] var custom: Map<String, Any>? = null |
emails | [androidJvm] |
phones | [androidJvm] |
sharedEmails | [androidJvm] val sharedEmails: List<KusEmail>? = null |
sharedPhones | [androidJvm] val sharedPhones: List<KusPhone>? = null |
sharedSocials | [androidJvm] val sharedSocials: List<KusSocial>? = null |
socials | [androidJvm] |