Class: Stripe::Account::Settings
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Settings
- Defined in:
- lib/stripe/resources/account.rb
Defined Under Namespace
Classes: BacsDebitPayments, BankBcaOnboarding, Branding, Capital, CardIssuing, CardPayments, Dashboard, Invoices, Payments, Payouts, SepaDebitPayments, TaxForms, Treasury
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#bacs_debit_payments ⇒ Object
readonly
Returns the value of attribute bacs_debit_payments.
-
#bank_bca_onboarding ⇒ Object
readonly
Returns the value of attribute bank_bca_onboarding.
-
#branding ⇒ Object
readonly
Returns the value of attribute branding.
-
#capital ⇒ Object
readonly
Returns the value of attribute capital.
-
#card_issuing ⇒ Object
readonly
Returns the value of attribute card_issuing.
-
#card_payments ⇒ Object
readonly
Returns the value of attribute card_payments.
-
#dashboard ⇒ Object
readonly
Returns the value of attribute dashboard.
-
#invoices ⇒ Object
readonly
Returns the value of attribute invoices.
-
#payments ⇒ Object
readonly
Returns the value of attribute payments.
-
#payouts ⇒ Object
readonly
Returns the value of attribute payouts.
-
#sepa_debit_payments ⇒ Object
readonly
Returns the value of attribute sepa_debit_payments.
-
#tax_forms ⇒ Object
readonly
Returns the value of attribute tax_forms.
-
#treasury ⇒ Object
readonly
Returns the value of attribute treasury.
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
#bacs_debit_payments ⇒ Object (readonly)
Returns the value of attribute bacs_debit_payments.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def bacs_debit_payments @bacs_debit_payments end |
#bank_bca_onboarding ⇒ Object (readonly)
Returns the value of attribute bank_bca_onboarding.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def bank_bca_onboarding @bank_bca_onboarding end |
#branding ⇒ Object (readonly)
Returns the value of attribute branding.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def branding @branding end |
#capital ⇒ Object (readonly)
Returns the value of attribute capital.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def capital @capital end |
#card_issuing ⇒ Object (readonly)
Returns the value of attribute card_issuing.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def card_issuing @card_issuing end |
#card_payments ⇒ Object (readonly)
Returns the value of attribute card_payments.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def card_payments @card_payments end |
#dashboard ⇒ Object (readonly)
Returns the value of attribute dashboard.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def dashboard @dashboard end |
#invoices ⇒ Object (readonly)
Returns the value of attribute invoices.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def invoices @invoices end |
#payments ⇒ Object (readonly)
Returns the value of attribute payments.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def payments @payments end |
#payouts ⇒ Object (readonly)
Returns the value of attribute payouts.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def payouts @payouts end |
#sepa_debit_payments ⇒ Object (readonly)
Returns the value of attribute sepa_debit_payments.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def sepa_debit_payments @sepa_debit_payments end |
#tax_forms ⇒ Object (readonly)
Returns the value of attribute tax_forms.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def tax_forms @tax_forms end |
#treasury ⇒ Object (readonly)
Returns the value of attribute treasury.
206 207 208 |
# File 'lib/stripe/resources/account.rb', line 206 def treasury @treasury end |