Class: Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/lithic/models/card_authorization_approval_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/card_authorization_approval_request_webhook_event.rb', line 908

Instance Attribute Details

#mastercardLithic::Models::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Mastercard?



897
898
899
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 897

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

#visaLithic::Models::CardAuthorizationApprovalRequestWebhookEvent::NetworkSpecificData::Visa?



904
905
906
# File 'lib/lithic/models/card_authorization_approval_request_webhook_event.rb', line 904

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