Class: Stripe::V2::Signals::AccountEvaluation::EvaluatedSignals
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Signals::AccountEvaluation::EvaluatedSignals
- Defined in:
- lib/stripe/resources/v2/signals/account_evaluation.rb
Defined Under Namespace
Classes: UserAccountSharing, UserMultiAccounting
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#user_account_sharing ⇒ Object
readonly
User account-sharing result for the evaluation, when available.
-
#user_multi_accounting ⇒ Object
readonly
User multi-accounting result for the evaluation, when available.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, #_get_union_variant_class, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, inner_class_union_variant_types, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#user_account_sharing ⇒ Object (readonly)
User account-sharing result for the evaluation, when available.
131 132 133 |
# File 'lib/stripe/resources/v2/signals/account_evaluation.rb', line 131 def user_account_sharing @user_account_sharing end |
#user_multi_accounting ⇒ Object (readonly)
User multi-accounting result for the evaluation, when available.
133 134 135 |
# File 'lib/stripe/resources/v2/signals/account_evaluation.rb', line 133 def user_multi_accounting @user_multi_accounting end |
Class Method Details
.field_encodings ⇒ Object
146 147 148 149 150 151 |
# File 'lib/stripe/resources/v2/signals/account_evaluation.rb', line 146 def self.field_encodings @field_encodings = { user_account_sharing: { kind: :object, fields: { score: :decimal_string } }, user_multi_accounting: { kind: :object, fields: { score: :decimal_string } }, } end |
.field_remappings ⇒ Object
142 143 144 |
# File 'lib/stripe/resources/v2/signals/account_evaluation.rb', line 142 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
135 136 137 138 139 140 |
# File 'lib/stripe/resources/v2/signals/account_evaluation.rb', line 135 def self.inner_class_types @inner_class_types = { user_account_sharing: UserAccountSharing, user_multi_accounting: UserMultiAccounting, } end |