Interface CompanyLeader

Represents a leader associated with an entity or user

Interface

CompanyLeader

Hierarchy

  • CompanyLeader

Properties

annee_ de_ naissance?: null | string

The year of birth of the leader

Member Of

CompanyLeader

denomination?: null | string

The name of the entity or organization the leader is associated with

Member Of

CompanyLeader

nom?: null | string

The last name of the leader

Member Of

CompanyLeader

prenoms?: null | string

The first name(s) of the leader

Member Of

CompanyLeader

qualite?: null | string

The quality (title) of the leader

Member Of

CompanyLeader

sigle?: unknown

The acronym of the entity or organization the leader is associated with

//TODO: Make sigles with INSEE/SIRENE dictionary

Member Of

CompanyLeader

siren?: null | string

The SIREN (Business Identification System) number of the entity or organization the leader is associated with

Member Of

CompanyLeader

type_ dirigeant?: null | "personne morale" | "personne physique"

The type of leader

Member Of

CompanyLeader

Generated using TypeDoc