customer-android-kotlin

//core/com.kustomer.core.models/KusIdentifiedCustomer/KusIdentifiedCustomer

KusIdentifiedCustomer

[androidJvm]
fun KusIdentifiedCustomer(id: String? = null, rawJson: Any? = null, customerId: String?, trackingId: String? = null, email: String? = null, externalId: String? = null, verified: Boolean = false, verifiedAt: Long, createdAt: Long, updatedAt: Long, token: String?)