Class: EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant::Entity
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant::Entity
- Defined in:
- lib/e_invoice_api/models/lookup_retrieve_participants_response.rb
Defined Under Namespace
Classes: Identifier
Instance Attribute Summary collapse
-
#additional_info ⇒ String?
Additional information.
-
#country_code ⇒ String?
Country code.
-
#geo_info ⇒ String?
Geographic information.
-
#identifiers ⇒ Array<EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant::Entity::Identifier>?
List of business identifiers.
-
#name ⇒ String?
Business entity name.
-
#registration_date ⇒ String?
Registration date.
-
#website ⇒ String?
Website URL.
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 EInvoiceAPI::Internal::Type::BaseModel
Instance Attribute Details
#additional_info ⇒ String?
Additional information
115 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 115 optional :additional_info, String, nil?: true |
#country_code ⇒ String?
Country code
121 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 121 optional :country_code, String, nil?: true |
#geo_info ⇒ String?
Geographic information
127 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 127 optional :geo_info, String, nil?: true |
#identifiers ⇒ Array<EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant::Entity::Identifier>?
List of business identifiers
133 134 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 133 optional :identifiers, -> { EInvoiceAPI::Internal::Type::ArrayOf[EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant::Entity::Identifier] } |
#name ⇒ String?
Business entity name
140 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 140 optional :name, String, nil?: true |
#registration_date ⇒ String?
Registration date
146 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 146 optional :registration_date, String, nil?: true |
#website ⇒ String?
Website URL
152 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 152 optional :website, String, nil?: true |