import { GenderEnum } from '../nichandle/GenderEnum';
/** Directory Informations */
export interface DirectoryInfo {
    /**  */
    PJSocialNomination: string;
    /**  */
    address: string;
    /**  */
    addressExtra: string;
    /**  */
    ape: string;
    /**  */
    areaCode: number;
    /**  */
    birthDate?: string;
    /**  */
    cedex: string;
    /**  */
    city: string;
    /**  */
    country: string;
    /**  */
    directoryServiceCode: string;
    /**  */
    displayFirstName: boolean;
    /**  */
    displayMarketingDirectory: boolean;
    /**  */
    displayOnlyCity: boolean;
    /**  */
    displaySearchReverse: boolean;
    /**  */
    displayUniversalDirectory: boolean;
    /**  */
    email: string;
    /**  */
    firstName: string;
    /**  */
    gender?: GenderEnum;
    /**  */
    inseeCode: number;
    /**  */
    legalForm: string;
    /**  */
    lineDescription: string;
    /**  */
    modificationDate: string;
    /**  */
    modificationType: string;
    /**  */
    name: string;
    /**  */
    number: string;
    /**  */
    occupation: string;
    /**  */
    postBox: string;
    /**  */
    postCode: string;
    /**  */
    receivePJDirectory: boolean;
    /**  */
    siret: string;
    /**  */
    socialNomination: string;
    /**  */
    socialNominationExtra: string;
    /**  */
    status: string;
    /**  */
    urbanDistrict: string;
    /**  */
    wayName: string;
    /**  */
    wayNumber: string;
    /**  */
    wayNumberExtra: string;
    /**  */
    wayType: string;
}
//# sourceMappingURL=DirectoryInfo.d.ts.map