Class: EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process
- Defined in:
- lib/e_invoice_api/models/lookup_retrieve_response.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process::Endpoint>
List of endpoints supporting this process.
-
#process_id ⇒ EInvoiceAPI::Models::LookupRetrieveResponse::ServiceMetadata::Endpoint::Process::ProcessID
Identifier of the process.
Instance Method Summary collapse
-
#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
constructor
Endpoint information for a specific Peppol process.
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.
|
|
# File 'lib/e_invoice_api/models/lookup_retrieve_response.rb', line 445
|
Instance Attribute Details
#endpoints ⇒ Array<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_id ⇒ EInvoiceAPI::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 |