Class: Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent
- Defined in:
- lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb
Defined Under Namespace
Classes: Challenge
Instance Attribute Summary collapse
-
#authentication_object ⇒ Lithic::Models::ThreeDSAuthentication
Represents a 3DS authentication.
-
#challenge ⇒ Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent::Challenge
Represents a challenge object for 3DS authentication.
- #event_type ⇒ Symbol, :"three_ds_authentication.challenge"
Instance Method Summary collapse
- #initialize(authentication_object:, challenge:, event_type: :"three_ds_authentication.challenge") ⇒ Object constructor
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
|
|
# File 'lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb', line 23
|
Instance Attribute Details
#authentication_object ⇒ Lithic::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 } |
#challenge ⇒ Lithic::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_type ⇒ 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" |