Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.type/FilterDetails

FilterDetails

[common]\ data class FilterDetails(age: Age?, height: Height?, maritalStatus: MaritalStatus?, starId: String?, educationId: String?, isWithPhoto: Boolean?, type: FilterType?)

Properties

Name Summary
age [common]
val age: Age? = null
educationId [common]
var educationId: String?
height [common]
val height: Height? = null
isWithPhoto [common]
var isWithPhoto: Boolean? = false
maritalStatus [common]
val maritalStatus: MaritalStatus? = null
starId [common]
val starId: String?
type [common]
val type: FilterType?