Class: EInvoiceAPI::Models::LookupRetrieveParticipantsResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::LookupRetrieveParticipantsResponse
- Defined in:
- lib/e_invoice_api/models/lookup_retrieve_participants_response.rb
Overview
Defined Under Namespace
Classes: Participant
Instance Attribute Summary collapse
-
#participants ⇒ Array<EInvoiceAPI::Models::LookupRetrieveParticipantsResponse::Participant>?
List of participants.
-
#query_terms ⇒ String
Query terms used for search.
-
#search_date ⇒ String
Search date of the result.
-
#total_count ⇒ Integer
Total number of results.
-
#used_count ⇒ Integer
Number of results returned by the API.
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
#participants ⇒ Array<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_terms ⇒ String
Query terms used for search
11 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 11 required :query_terms, String |
#search_date ⇒ String
Search date of the result
17 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 17 required :search_date, String |
#total_count ⇒ Integer
Total number of results
23 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 23 required :total_count, Integer |
#used_count ⇒ Integer
Number of results returned by the API
29 |
# File 'lib/e_invoice_api/models/lookup_retrieve_participants_response.rb', line 29 required :used_count, Integer |