Type alias StudentPersonalInfoRequest

StudentPersonalInfoRequest: {
    birthDate: BirthDate;
    cvecNumber?: string;
} & WithOrganization & WithCoreFields

Type declaration

  • birthDate: BirthDate
  • Optional cvecNumber?: string

Description

The request to submit when verification is on the step "collectStudentPersonalInfo"