Class: Stripe::AccountSession::Components::Payouts::Features
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::AccountSession::Components::Payouts::Features
- Defined in:
- lib/stripe/resources/account_session.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#disable_stripe_user_authentication ⇒ Object
readonly
Returns the value of attribute disable_stripe_user_authentication.
-
#edit_payout_schedule ⇒ Object
readonly
Returns the value of attribute edit_payout_schedule.
-
#external_account_collection ⇒ Object
readonly
Returns the value of attribute external_account_collection.
-
#instant_payouts ⇒ Object
readonly
Returns the value of attribute instant_payouts.
-
#standard_payouts ⇒ Object
readonly
Returns the value of attribute standard_payouts.
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
#disable_stripe_user_authentication ⇒ Object (readonly)
Returns the value of attribute disable_stripe_user_authentication.
85 86 87 |
# File 'lib/stripe/resources/account_session.rb', line 85 def disable_stripe_user_authentication @disable_stripe_user_authentication end |
#edit_payout_schedule ⇒ Object (readonly)
Returns the value of attribute edit_payout_schedule.
85 86 87 |
# File 'lib/stripe/resources/account_session.rb', line 85 def edit_payout_schedule @edit_payout_schedule end |
#external_account_collection ⇒ Object (readonly)
Returns the value of attribute external_account_collection.
85 86 87 |
# File 'lib/stripe/resources/account_session.rb', line 85 def external_account_collection @external_account_collection end |
#instant_payouts ⇒ Object (readonly)
Returns the value of attribute instant_payouts.
85 86 87 |
# File 'lib/stripe/resources/account_session.rb', line 85 def instant_payouts @instant_payouts end |
#standard_payouts ⇒ Object (readonly)
Returns the value of attribute standard_payouts.
85 86 87 |
# File 'lib/stripe/resources/account_session.rb', line 85 def standard_payouts @standard_payouts end |