Interface CompanyEstablishment

Represents an establishment.

Interface

CompanyEstablishment

Hierarchy

  • CompanyEstablishment

Properties

activite_ principale?: null | string

The primary activity of the establishment.

Member Of

CompanyEstablishment

adresse?: null | string

The address of the establishment.

Member Of

CompanyEstablishment

commune?: null | string

The postal code of the establishment.

Member Of

CompanyEstablishment

est_ siege?: null | boolean

Indicates whether the establishment is the main office or not.

Member Of

CompanyEstablishment

etat_ administratif?: null | "A" | "F"

The administrative state of the establishment.

Member Of

CompanyEstablishment

geo_ id?: null | string

The geo ID of the establishment.

Member Of

CompanyEstablishment

latitude?: null | number

The latitude of the establishment's location.

Member Of

CompanyEstablishment

liste_ enseignes?: null | string[]

The list of brands associated with the establishment.

Member Of

CompanyEstablishment

liste_ finess?: null | string[]

The list of FINESS codes associated with the establishment.

Member Of

CompanyEstablishment

liste_ idcc?: null | string[]

The list of IDCC codes associated with the establishment.

Member Of

CompanyEstablishment

liste_ rge?: null | string[]

The list of RGE codes associated with the establishment.

Member Of

CompanyEstablishment

liste_ uai?: null | string[]

The list of UAI codes associated with the establishment.

Member Of

CompanyEstablishment

longitude?: null | number

The longitude of the establishment's location.

Member Of

CompanyEstablishment

nom_ commercial?: null | string

The commercial name of the establishment.

Member Of

CompanyEstablishment

siret?: null | string

The SIRET code of the establishment.

Member Of

CompanyEstablishment

Generated using TypeDoc