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
Attribute for field bacs_debit_payments.
-
#bank_bca_onboarding ⇒ Object
readonly
Attribute for field bank_bca_onboarding.
-
#branding ⇒ Object
readonly
Attribute for field branding.
-
#capital ⇒ Object
readonly
Attribute for field capital.
-
#card_issuing ⇒ Object
readonly
Attribute for field card_issuing.
-
#card_payments ⇒ Object
readonly
Attribute for field card_payments.
-
#dashboard ⇒ Object
readonly
Attribute for field dashboard.
-
#invoices ⇒ Object
readonly
Attribute for field invoices.
-
#payments ⇒ Object
readonly
Attribute for field payments.
-
#payouts ⇒ Object
readonly
Attribute for field payouts.
-
#sepa_debit_payments ⇒ Object
readonly
Attribute for field sepa_debit_payments.
-
#tax_forms ⇒ Object
readonly
Attribute for field tax_forms.
-
#treasury ⇒ Object
readonly
Attribute for field 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)
Attribute for field bacs_debit_payments
644 645 646 |
# File 'lib/stripe/resources/account.rb', line 644 def bacs_debit_payments @bacs_debit_payments end |
#bank_bca_onboarding ⇒ Object (readonly)
Attribute for field bank_bca_onboarding
646 647 648 |
# File 'lib/stripe/resources/account.rb', line 646 def bank_bca_onboarding @bank_bca_onboarding end |
#branding ⇒ Object (readonly)
Attribute for field branding
648 649 650 |
# File 'lib/stripe/resources/account.rb', line 648 def branding @branding end |
#capital ⇒ Object (readonly)
Attribute for field capital
650 651 652 |
# File 'lib/stripe/resources/account.rb', line 650 def capital @capital end |
#card_issuing ⇒ Object (readonly)
Attribute for field card_issuing
652 653 654 |
# File 'lib/stripe/resources/account.rb', line 652 def card_issuing @card_issuing end |
#card_payments ⇒ Object (readonly)
Attribute for field card_payments
654 655 656 |
# File 'lib/stripe/resources/account.rb', line 654 def card_payments @card_payments end |
#dashboard ⇒ Object (readonly)
Attribute for field dashboard
656 657 658 |
# File 'lib/stripe/resources/account.rb', line 656 def dashboard @dashboard end |
#invoices ⇒ Object (readonly)
Attribute for field invoices
658 659 660 |
# File 'lib/stripe/resources/account.rb', line 658 def invoices @invoices end |
#payments ⇒ Object (readonly)
Attribute for field payments
660 661 662 |
# File 'lib/stripe/resources/account.rb', line 660 def payments @payments end |
#payouts ⇒ Object (readonly)
Attribute for field payouts
662 663 664 |
# File 'lib/stripe/resources/account.rb', line 662 def payouts @payouts end |
#sepa_debit_payments ⇒ Object (readonly)
Attribute for field sepa_debit_payments
664 665 666 |
# File 'lib/stripe/resources/account.rb', line 664 def sepa_debit_payments @sepa_debit_payments end |
#tax_forms ⇒ Object (readonly)
Attribute for field tax_forms
666 667 668 |
# File 'lib/stripe/resources/account.rb', line 666 def tax_forms @tax_forms end |
#treasury ⇒ Object (readonly)
Attribute for field treasury
668 669 670 |
# File 'lib/stripe/resources/account.rb', line 668 def treasury @treasury end |