customer-android-kotlin

//core/com.kustomer.core.models/KusCustomerProperty

KusCustomerProperty

[androidJvm]
data class KusCustomerProperty(val propertyType: KusCustomerPropertyType, val name: String? = null)

Constructors

   
KusCustomerProperty [androidJvm]
fun KusCustomerProperty(propertyType: KusCustomerPropertyType, name: String? = null)

Properties

Name Summary
name [androidJvm]
val name: String? = null
propertyType [androidJvm]
val propertyType: KusCustomerPropertyType