Class: Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication
- Defined in:
- lib/increase/models/real_time_decision_action_params.rb
Defined Under Namespace
Modules: Result Classes: Success
Instance Attribute Summary collapse
-
#result ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication::Result
Whether your application was able to deliver the one-time passcode.
-
#success ⇒ Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication::Success?
If your application was able to deliver the one-time passcode, this contains metadata about the delivery.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(result: , success: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see DigitalWalletAuthentication 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: , success: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication for more details.
If the Real-Time Decision relates to a digital wallet authentication attempt, this object contains your response to the authentication.
|
|
# File 'lib/increase/models/real_time_decision_action_params.rb', line 337
|
Instance Attribute Details
#result ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication::Result
Whether your application was able to deliver the one-time passcode.
328 |
# File 'lib/increase/models/real_time_decision_action_params.rb', line 328 required :result, enum: -> { Increase::RealTimeDecisionActionParams::DigitalWalletAuthentication::Result } |
#success ⇒ Increase::Models::RealTimeDecisionActionParams::DigitalWalletAuthentication::Success?
If your application was able to deliver the one-time passcode, this contains metadata about the delivery. Exactly one of ‘phone` or `email` must be provided.
335 |
# File 'lib/increase/models/real_time_decision_action_params.rb', line 335 optional :success, -> { Increase::RealTimeDecisionActionParams::DigitalWalletAuthentication::Success } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/real_time_decision_action_params.rb', line 361
|