DependentInfo

data class DependentInfo(val dateOfBirth: DateResult<StringResult?>?, val sex: StringResult?, val documentNumber: StringResult?, val fullName: StringResult?)

Information about the dependent.

Constructors

Link copied to clipboard
constructor(dateOfBirth: DateResult<StringResult?>?, sex: StringResult?, documentNumber: StringResult?, fullName: StringResult?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date of birth of the dependent.

Link copied to clipboard

The document number of the dependent.

Link copied to clipboard

The full name of the dependent.

Link copied to clipboard

The sex or gender of the dependent.