LegalForm$json top-level constant
Implementation
@$core.Deprecated('Use legalFormDescriptor instead')
const LegalForm$json = {
'1': 'LegalForm',
'2': [
{'1': 'LEGAL_FORM_UNSPECIFIED', '2': 0},
{'1': 'EI', '2': 1},
{'1': 'ENTREPRENANT', '2': 2},
{'1': 'SARL', '2': 3},
{'1': 'SA', '2': 4},
{'1': 'SAS', '2': 5},
{'1': 'GIE', '2': 6},
{'1': 'OTHER', '2': 7},
],
};