Class: EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata
- Defined in:
- lib/e_invoice_api/models/lookup_retrieve_response.rb
Overview
Defined Under Namespace
Classes: Endpoint
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint>
List of endpoints found for the Peppol participant.
-
#error ⇒ String?
Error message if service metadata lookup failed.
-
#query_time_ms ⇒ Float
Time taken to query the service metadata in milliseconds.
-
#status ⇒ String
Status of the service metadata 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
#endpoints ⇒ Array<EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint>
List of endpoints found for the Peppol participant
272 273 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 272 required :endpoints, -> { EInvoiceAPI::Internal::Type::ArrayOf[EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint] } |
#error ⇒ String?
Error message if service metadata lookup failed
291 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 291 optional :error, String, nil?: true |
#query_time_ms ⇒ Float
Time taken to query the service metadata in milliseconds
279 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 279 required :query_time_ms, Float, api_name: :queryTimeMs |
#status ⇒ String
Status of the service metadata lookup: ‘success’, ‘error’, or ‘pending’
285 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 285 required :status, String |