Class: EInvoiceAPI::Models::LookupRetrieveResponse::QueryMetadata
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::LookupRetrieveResponse::QueryMetadata
- Defined in:
- lib/e_invoice_api/models/lookup_retrieve_response.rb
Overview
Instance Attribute Summary collapse
-
#identifier_scheme ⇒ String
Scheme of the identifier, typically ‘iso6523-actorid-upis’.
-
#identifier_value ⇒ String
The actual Peppol ID value being queried.
-
#sml_domain ⇒ String
Domain of the SML (Service Metadata Locator) used for the lookup.
-
#timestamp ⇒ String
ISO 8601 timestamp of when the query was executed.
-
#version ⇒ String
Version of the API used for the lookup.
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
#identifier_scheme ⇒ String
Scheme of the identifier, typically ‘iso6523-actorid-upis’
226 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 226 required :identifier_scheme, String, api_name: :identifierScheme |
#identifier_value ⇒ String
The actual Peppol ID value being queried
232 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 232 required :identifier_value, String, api_name: :identifierValue |
#sml_domain ⇒ String
Domain of the SML (Service Metadata Locator) used for the lookup
238 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 238 required :sml_domain, String, api_name: :smlDomain |
#timestamp ⇒ String
ISO 8601 timestamp of when the query was executed
244 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 244 required :timestamp, String |
#version ⇒ String
Version of the API used for the lookup
250 |
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 250 required :version, String |