Class: EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process

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

Defined Under Namespace

Classes: Endpoint, ProcessID

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

#initialize(address: , transport_profile: , certificate: nil, service_activation_date: nil, service_description: nil, service_expiration_date: nil, technical_contact_url: nil, technical_information_url: nil) ⇒ Object

Endpoint information for a specific Peppol process.

Parameters:

  • address (String) (defaults to: )

    URL or address of the endpoint

  • transport_profile (String) (defaults to: )

    Transport profile used by this endpoint

  • certificate (EInvoiceAPI::Models::Certificate, nil) (defaults to: nil)

    Certificate information for a Peppol endpoint.

  • service_activation_date (String, nil) (defaults to: nil)

    ISO 8601 date when the service was activated

  • service_description (String, nil) (defaults to: nil)

    Human-readable description of the service

  • service_expiration_date (String, nil) (defaults to: nil)

    ISO 8601 date when the service will expire

  • technical_contact_url (String, nil) (defaults to: nil)

    URL for technical contact information

  • technical_information_url (String, nil) (defaults to: nil)

    URL for technical documentation



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

Instance Attribute Details

#endpointsArray<EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process::Endpoint>

List of endpoints supporting this process



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

required :endpoints,
-> { EInvoiceAPI::Internal::Type::ArrayOf[EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process::Endpoint] }

#process_idEInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process::ProcessID

Identifier of the process



385
386
387
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 385

required :process_id,
-> { EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process::ProcessID },
api_name: :processId