Class: EInvoiceAPI::Models::LookupRetrieveResponse::BusinessCard
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::LookupRetrieveResponse::BusinessCard
- Defined in:
- lib/e_invoice_api/models/lookup_retrieve_response.rb
Overview
Defined Under Namespace
Classes: Entity
Instance Attribute Summary collapse
-
#entities ⇒ Array<EInvoiceAPI::Models::LookupRetrieveResponse::BusinessCard::Entity>
List of business entities associated with the Peppol ID.
-
#error ⇒ String?
Error message if business card lookup failed.
-
#query_time_ms ⇒ Float
Time taken to query the business card in milliseconds.
-
#status ⇒ String
Status of the business card lookup: ‘success’, ‘error’, or ‘pending’.
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
#entities ⇒ Array<EInvoiceAPI::Models::LookupRetrieveResponse::BusinessCard::Entity>
List of business entities associated with the Peppol ID
94 95 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 94 required :entities, -> { EInvoiceAPI::Internal::Type::ArrayOf[EInvoiceAPI::Models::LookupRetrieveResponse::BusinessCard::Entity] } |
#error ⇒ String?
Error message if business card lookup failed
113 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 113 optional :error, String, nil?: true |
#query_time_ms ⇒ Float
Time taken to query the business card in milliseconds
101 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 101 required :query_time_ms, Float, api_name: :queryTimeMs |
#status ⇒ String
Status of the business card lookup: ‘success’, ‘error’, or ‘pending’
107 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 107 required :status, String |