@sheerid/jslib
    Preparing search index...

    Type Alias MemberPersonalInfoRequest

    MemberPersonalInfoRequest: {
        address1?: string;
        birthDate?: BirthDate;
        city?: string;
        country?: Country;
        memberId?: MemberId;
        phoneNumber?: PhoneNumber;
        postalCode?: string;
        state?: string;
    } & WithOrganization & WithCoreFields

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