Class: Stripe::Treasury::FinancialAccountFeatures::IntraStripeFlows::StatusDetail
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::FinancialAccountFeatures::IntraStripeFlows::StatusDetail
- Defined in:
- lib/stripe/resources/treasury/financial_account_features.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Represents the reason why the status is ‘pending` or `restricted`.
-
#resolution ⇒ Object
readonly
Represents what the user should do, if anything, to activate the Feature.
-
#restriction ⇒ Object
readonly
The ‘platform_restrictions` that are restricting this Feature.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #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
#code ⇒ Object (readonly)
Represents the reason why the status is ‘pending` or `restricted`.
93 94 95 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 93 def code @code end |
#resolution ⇒ Object (readonly)
Represents what the user should do, if anything, to activate the Feature.
95 96 97 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 95 def resolution @resolution end |
#restriction ⇒ Object (readonly)
The ‘platform_restrictions` that are restricting this Feature.
97 98 99 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 97 def restriction @restriction end |