Type alias MedicalProfessionalPersonalInfoRequest

MedicalProfessionalPersonalInfoRequest: {
    birthDate: BirthDate;
    country?: Country;
    memberId: string;
    postalCode: string;
    status: MedicalProfessionalStatus;
} & WithOrganization & WithCoreFields

Type declaration

Description

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