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

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

Overview

See Also:

  • EInvoiceAPI::Models::LookupRetrieveResponse#query_metadata

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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

#initializeObject



190
# File 'sig/e_invoice_api/models/lookup_retrieve_response.rbs', line 190

def initialize: (

Instance Attribute Details

#identifier_schemeString

Scheme of the identifier, typically 'iso6523-actorid-upis'

Parameters:

  • value (String)

Returns:

  • (String)


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

required :identifier_scheme, String, api_name: :identifierScheme

#identifier_valueString

The actual Peppol ID value being queried

Parameters:

  • value (String)

Returns:

  • (String)


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

required :identifier_value, String, api_name: :identifierValue

#sml_domainString

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

Parameters:

  • value (String)

Returns:

  • (String)


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

required :sml_domain, String, api_name: :smlDomain

#timestampString

ISO 8601 timestamp of when the query was executed

Parameters:

  • value (String)

Returns:

  • (String)


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

required :timestamp, String

#versionString

Version of the API used for the lookup

Parameters:

  • value (String)

Returns:

  • (String)


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

required :version, String

Instance Method Details

#to_hash{

Returns:

  • ({)


198
# File 'sig/e_invoice_api/models/lookup_retrieve_response.rbs', line 198

def to_hash: -> {