@sheerid/jslib
    Preparing search index...

    Type Alias LowIncomePersonalInfoRequest

    LowIncomePersonalInfoRequest: {
        birthDate: BirthDate;
        ebtCardNumber?: string;
        postalCode: string;
        statuses: LowIncomeStatus[];
    } & WithCoreFields & WithAddress & Partial<WithOrganization>

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