Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.user.mapper/UserActionRecord

UserActionRecord

[common]\ data class UserActionRecord(createdAt: Long?, lastUpdatedAt: Long?, myActionCount: Int?, otherActionCount: Int?, customerActionType: String?)

Properties

Name Summary
createdAt [common]
val createdAt: Long? = null
customerActionType [common]
val customerActionType: String? = null
lastUpdatedAt [common]
val lastUpdatedAt: Long? = null
myActionCount [common]
val myActionCount: Int? = null
otherActionCount [common]
val otherActionCount: Int? = 0