Class: Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent

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

Defined Under Namespace

Classes: Challenge

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(authentication_object:, challenge:, event_type: :"three_ds_authentication.challenge") ⇒ Object

Parameters:



# File 'lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb', line 23


Instance Attribute Details

#authentication_objectLithic::Models::ThreeDSAuthentication

Represents a 3DS authentication



10
# File 'lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb', line 10

required :authentication_object, -> { Lithic::ThreeDSAuthentication }

#challengeLithic::Models::ThreeDSAuthenticationChallengeWebhookEvent::Challenge

Represents a challenge object for 3DS authentication



16
# File 'lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb', line 16

required :challenge, -> { Lithic::ThreeDSAuthenticationChallengeWebhookEvent::Challenge }

#event_typeSymbol, :"three_ds_authentication.challenge"

Returns:

  • (Symbol, :"three_ds_authentication.challenge")


21
# File 'lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb', line 21

required :event_type, const: :"three_ds_authentication.challenge"