EnrollmentInfo

constructor(externalId: String? = null, consentRequired: Boolean? = null, enrolledOn: String? = null, withdrawnOn: String? = null, enrolledBySelf: Boolean? = null, withdrawnBySelf: Boolean? = null, type: String? = null)

Parameters

externalId
consentRequired
enrolledOn
withdrawnOn
enrolledBySelf

If the participant enrolled themselves, the property will be present and true. Otherwise, property will not be in JSON.

withdrawnBySelf

If the participant withdrew themselves, the property will be present and true. Otherwise, property will not be in JSON.

type

EnrollmentInfo