Class: Lithic::Models::AsaRequestWebhookEvent::NetworkSpecificData

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/asa_request_webhook_event.rb

Overview

Defined Under Namespace

Classes: Mastercard, Visa

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(result_1:, result_2:, service:) ⇒ Object

Parameters:

  • result_1 (String)

    Indicates the results of the service processing.

  • result_2 (String)

    Identifies the results of the service processing.

  • service (String)

    Indicates the service performed on the transaction.



# File 'lib/lithic/models/asa_request_webhook_event.rb', line 657

Instance Attribute Details

#mastercardLithic::Models::AsaRequestWebhookEvent::NetworkSpecificData::Mastercard?



646
647
648
649
650
# File 'lib/lithic/models/asa_request_webhook_event.rb', line 646

optional :mastercard,
-> {
  Lithic::AsaRequestWebhookEvent::NetworkSpecificData::Mastercard
},
nil?: true

#visaLithic::Models::AsaRequestWebhookEvent::NetworkSpecificData::Visa?



655
# File 'lib/lithic/models/asa_request_webhook_event.rb', line 655

optional :visa, -> { Lithic::AsaRequestWebhookEvent::NetworkSpecificData::Visa }, nil?: true