Type alias StudentPersonalInfoResponse

StudentPersonalInfoResponse: {
    currentStep: "collectStudentPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "student";
    subSegment: null;
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • currentStep: "collectStudentPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "student"
  • subSegment: null
  • submissionUrl: string

Description

Response from REST API indicating that StudentPersonalInfoViewModel is expected to be submitted next.