Class: Lithic::Models::WalletDecisioningInfo
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::WalletDecisioningInfo
- Defined in:
- lib/lithic/models/wallet_decisioning_info.rb
Instance Attribute Summary collapse
-
#account_score ⇒ String?
Score given to the account by the Wallet Provider.
-
#device_score ⇒ String?
Score given to the device by the Wallet Provider.
-
#recommendation_reasons ⇒ Array<String>?
Reasons provided to the Wallet Provider on how the recommended decision was reached.
-
#recommended_decision ⇒ String?
The decision recommended by the Wallet Provider.
Instance Method Summary collapse
-
#initialize(account_score:, device_score:, recommended_decision:, recommendation_reasons: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see WalletDecisioningInfo 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(account_score:, device_score:, recommended_decision:, recommendation_reasons: nil) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::WalletDecisioningInfo for more details.
|
|
# File 'lib/lithic/models/wallet_decisioning_info.rb', line 31
|
Instance Attribute Details
#account_score ⇒ String?
Score given to the account by the Wallet Provider
10 |
# File 'lib/lithic/models/wallet_decisioning_info.rb', line 10 required :account_score, String, nil?: true |
#device_score ⇒ String?
Score given to the device by the Wallet Provider
16 |
# File 'lib/lithic/models/wallet_decisioning_info.rb', line 16 required :device_score, String, nil?: true |
#recommendation_reasons ⇒ Array<String>?
Reasons provided to the Wallet Provider on how the recommended decision was reached
29 |
# File 'lib/lithic/models/wallet_decisioning_info.rb', line 29 optional :recommendation_reasons, Lithic::Internal::Type::ArrayOf[String], nil?: true |
#recommended_decision ⇒ String?
The decision recommended by the Wallet Provider
22 |
# File 'lib/lithic/models/wallet_decisioning_info.rb', line 22 required :recommended_decision, String, nil?: true |