Type alias SeniorPersonalInfoResponse

SeniorPersonalInfoResponse: {
    currentStep: "collectSeniorPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "senior";
    subSegment: null;
    submissionUrl: string;
} & VerificationResponse

Type declaration

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

Description

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