Class: EInvoiceAPI::Models::LookupRetrieveParticipantsResponse

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

Overview

Defined Under Namespace

Classes: Participant

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

#participantsArray<EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant>?

List of participants



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

optional :participants,
-> { EInvoiceAPI::Internal::Type::ArrayOf[EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant] }

#query_termsString

Query terms used for search

Returns:

  • (String)


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

required :query_terms, String

#search_dateString

Search date of the result

Returns:

  • (String)


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

required :search_date, String

#total_countInteger

Total number of results

Returns:

  • (Integer)


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

required :total_count, Integer

#used_countInteger

Number of results returned by the API

Returns:

  • (Integer)


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

required :used_count, Integer