Class: Dataleon::Models::Individuals::Kbis
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Dataleon::Models::Individuals::Kbis
- Defined in:
- lib/dataleon/models/individuals/kbis.rb
Defined Under Namespace
Classes: Member
Instance Attribute Summary collapse
-
#activities ⇒ String?
Declared business activities.
-
#address ⇒ String?
Official address of the company.
-
#capital_social ⇒ String?
Registered social capital of the company.
-
#closure_date ⇒ Date?
Date of closure, if applicable.
-
#company_name ⇒ String?
Official name of the company.
-
#document_date ⇒ Date?
Date when the document was issued.
-
#document_type ⇒ String?
Fixed identifier for the document type.
-
#first_closure_date ⇒ Date?
Date of the first fiscal closure.
-
#from_greffe ⇒ String?
Registry office that issued the document.
-
#legal_form ⇒ String?
Legal form of the company (e.g., SAS, SARL).
-
#members ⇒ Array<Dataleon::Models::Individuals::Kbis::Member>?
List of people or entities associated with the company.
-
#ngestion ⇒ String?
Business registry number or NGestion.
-
#rcs_number ⇒ String?
RCS (Company Registration Number).
-
#registration_date ⇒ Date?
Date of registration with the registry.
-
#siren_info ⇒ String?
SIREN number of the company.
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Dataleon::Internal::Type::BaseModel
Instance Attribute Details
#activities ⇒ String?
Declared business activities.
11 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 11 optional :activities, String |
#address ⇒ String?
Official address of the company.
17 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 17 optional :address, String |
#capital_social ⇒ String?
Registered social capital of the company.
23 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 23 optional :capital_social, String |
#closure_date ⇒ Date?
Date of closure, if applicable.
29 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 29 optional :closure_date, Date |
#company_name ⇒ String?
Official name of the company.
35 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 35 optional :company_name, String |
#document_date ⇒ Date?
Date when the document was issued.
41 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 41 optional :document_date, Date |
#document_type ⇒ String?
Fixed identifier for the document type.
47 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 47 optional :document_type, String |
#first_closure_date ⇒ Date?
Date of the first fiscal closure.
53 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 53 optional :first_closure_date, Date |
#from_greffe ⇒ String?
Registry office that issued the document.
59 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 59 optional :from_greffe, String |
#legal_form ⇒ String?
Legal form of the company (e.g., SAS, SARL).
65 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 65 optional :legal_form, String |
#members ⇒ Array<Dataleon::Models::Individuals::Kbis::Member>?
List of people or entities associated with the company.
71 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 71 optional :members, -> { Dataleon::Internal::Type::ArrayOf[Dataleon::Individuals::Kbis::Member] } |
#ngestion ⇒ String?
Business registry number or NGestion.
77 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 77 optional :ngestion, String |
#rcs_number ⇒ String?
RCS (Company Registration Number).
83 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 83 optional :rcs_number, String |
#registration_date ⇒ Date?
Date of registration with the registry.
89 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 89 optional :registration_date, Date |
#siren_info ⇒ String?
SIREN number of the company.
95 |
# File 'lib/dataleon/models/individuals/kbis.rb', line 95 optional :siren_info, String |