Class: EInvoiceAPI::Models::LookupRetrieveResponse::QueryMetadata

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

Overview

See Also:

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

#identifier_schemeString

Scheme of the identifier, typically ‘iso6523-actorid-upis’

Returns:

  • (String)


226
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 226

required :identifier_scheme, String, api_name: :identifierScheme

#identifier_valueString

The actual Peppol ID value being queried

Returns:

  • (String)


232
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 232

required :identifier_value, String, api_name: :identifierValue

#sml_domainString

Domain of the SML (Service Metadata Locator) used for the lookup

Returns:

  • (String)


238
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 238

required :sml_domain, String, api_name: :smlDomain

#timestampString

ISO 8601 timestamp of when the query was executed

Returns:

  • (String)


244
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 244

required :timestamp, String

#versionString

Version of the API used for the lookup

Returns:

  • (String)


250
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 250

required :version, String