Class: Lithic::Models::ThreeDS::ChallengeResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::ThreeDS::ChallengeResponse
- Defined in:
- lib/lithic/models/three_ds/challenge_response.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#challenge_response ⇒ Symbol, Lithic::Models::ThreeDS::ChallengeResult
Whether the Cardholder has approved or declined the issued Challenge.
-
#token ⇒ String
Globally unique identifier for 3DS Authentication that resulted in PENDING_CHALLENGE authentication result.
Instance Method Summary collapse
-
#initialize(token:, challenge_response:) ⇒ Object
constructor
Some parameter documentations has been truncated, see ChallengeResponse for more details.
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(token:, challenge_response:) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::ThreeDS::ChallengeResponse for more details.
Response from Card Program to a 3DS Authentication challenge
|
|
# File 'lib/lithic/models/three_ds/challenge_response.rb', line 20
|
Instance Attribute Details
#challenge_response ⇒ Symbol, Lithic::Models::ThreeDS::ChallengeResult
Whether the Cardholder has approved or declined the issued Challenge
18 |
# File 'lib/lithic/models/three_ds/challenge_response.rb', line 18 required :challenge_response, enum: -> { Lithic::ThreeDS::ChallengeResult } |
#token ⇒ String
Globally unique identifier for 3DS Authentication that resulted in PENDING_CHALLENGE authentication result.
12 |
# File 'lib/lithic/models/three_ds/challenge_response.rb', line 12 required :token, String |