Type alias AgePersonalInfoResponse

AgePersonalInfoResponse: {
    currentStep: "collectAgePersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    maxAge?: number;
    minAge?: number;
    segment: "age";
    subSegment: null;
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • currentStep: "collectAgePersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • Optional maxAge?: number
  • Optional minAge?: number
  • segment: "age"
  • subSegment: null
  • submissionUrl: string

Description

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