Class: Increase::Models::RealTimeDecisionActionParams::CardAuthenticationChallenge
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimeDecisionActionParams::CardAuthenticationChallenge
- Defined in:
- lib/increase/models/real_time_decision_action_params.rb
Defined Under Namespace
Modules: Result
Instance Attribute Summary collapse
-
#result ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::CardAuthenticationChallenge::Result
Whether the card authentication challenge was successfully delivered to the cardholder.
Instance Method Summary collapse
-
#initialize(result: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see CardAuthenticationChallenge 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(result: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::RealTimeDecisionActionParams::CardAuthenticationChallenge for more details.
If the Real-Time Decision relates to 3DS card authentication challenge delivery, this object contains your response.
|
|
# File 'lib/increase/models/real_time_decision_action_params.rb', line 104
|
Instance Attribute Details
#result ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::CardAuthenticationChallenge::Result
Whether the card authentication challenge was successfully delivered to the cardholder.
102 |
# File 'lib/increase/models/real_time_decision_action_params.rb', line 102 required :result, enum: -> { Increase::RealTimeDecisionActionParams::CardAuthenticationChallenge::Result } |