Class: Stripe::AccountSession::Components
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::AccountSession::Components
- Defined in:
- lib/stripe/resources/account_session.rb
Defined Under Namespace
Classes: AccountManagement, AccountOnboarding, Balances, CapitalFinancing, CapitalFinancingApplication, CapitalFinancingPromotion, Documents, NotificationBanner, PaymentDetails, Payments, Payouts, PayoutsList, TaxRegistrations, TaxSettings
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#account_management ⇒ Object
readonly
Returns the value of attribute account_management.
-
#account_onboarding ⇒ Object
readonly
Returns the value of attribute account_onboarding.
-
#balances ⇒ Object
readonly
Returns the value of attribute balances.
-
#capital_financing ⇒ Object
readonly
Returns the value of attribute capital_financing.
-
#capital_financing_application ⇒ Object
readonly
Returns the value of attribute capital_financing_application.
-
#capital_financing_promotion ⇒ Object
readonly
Returns the value of attribute capital_financing_promotion.
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
-
#notification_banner ⇒ Object
readonly
Returns the value of attribute notification_banner.
-
#payment_details ⇒ Object
readonly
Returns the value of attribute payment_details.
-
#payments ⇒ Object
readonly
Returns the value of attribute payments.
-
#payouts ⇒ Object
readonly
Returns the value of attribute payouts.
-
#payouts_list ⇒ Object
readonly
Returns the value of attribute payouts_list.
-
#tax_registrations ⇒ Object
readonly
Returns the value of attribute tax_registrations.
-
#tax_settings ⇒ Object
readonly
Returns the value of attribute tax_settings.
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
#account_management ⇒ Object (readonly)
Returns the value of attribute account_management.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def account_management @account_management end |
#account_onboarding ⇒ Object (readonly)
Returns the value of attribute account_onboarding.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def account_onboarding @account_onboarding end |
#balances ⇒ Object (readonly)
Returns the value of attribute balances.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def balances @balances end |
#capital_financing ⇒ Object (readonly)
Returns the value of attribute capital_financing.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def capital_financing @capital_financing end |
#capital_financing_application ⇒ Object (readonly)
Returns the value of attribute capital_financing_application.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def capital_financing_application @capital_financing_application end |
#capital_financing_promotion ⇒ Object (readonly)
Returns the value of attribute capital_financing_promotion.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def capital_financing_promotion @capital_financing_promotion end |
#documents ⇒ Object (readonly)
Returns the value of attribute documents.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def documents @documents end |
#notification_banner ⇒ Object (readonly)
Returns the value of attribute notification_banner.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def @notification_banner end |
#payment_details ⇒ Object (readonly)
Returns the value of attribute payment_details.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def payment_details @payment_details end |
#payments ⇒ Object (readonly)
Returns the value of attribute payments.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def payments @payments end |
#payouts ⇒ Object (readonly)
Returns the value of attribute payouts.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def payouts @payouts end |
#payouts_list ⇒ Object (readonly)
Returns the value of attribute payouts_list.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def payouts_list @payouts_list end |
#tax_registrations ⇒ Object (readonly)
Returns the value of attribute tax_registrations.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def tax_registrations @tax_registrations end |
#tax_settings ⇒ Object (readonly)
Returns the value of attribute tax_settings.
104 105 106 |
# File 'lib/stripe/resources/account_session.rb', line 104 def tax_settings @tax_settings end |