Class: EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant::Entity

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/e_invoice_api/models/lookup_retrieve_participants_response.rb

Defined Under Namespace

Classes: Identifier

Instance Attribute Summary collapse

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_infoString?

Additional information

Returns:

  • (String, nil)


115
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 115

optional :additional_info, String, nil?: true

#country_codeString?

Country code

Returns:

  • (String, nil)


121
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 121

optional :country_code, String, nil?: true

#geo_infoString?

Geographic information

Returns:

  • (String, nil)


127
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 127

optional :geo_info, String, nil?: true

#identifiersArray<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] }

#nameString?

Business entity name

Returns:

  • (String, nil)


140
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 140

optional :name, String, nil?: true

#registration_dateString?

Registration date

Returns:

  • (String, nil)


146
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 146

optional :registration_date, String, nil?: true

#websiteString?

Website URL

Returns:

  • (String, nil)


152
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 152

optional :website, String, nil?: true