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
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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
1068 1069 1070 |
# File 'lib/stripe/resources/account.rb', line 1068 def bacs_debit_payments @bacs_debit_payments end |
#bank_bca_onboarding ⇒ Object (readonly)
Attribute for field bank_bca_onboarding
1070 1071 1072 |
# File 'lib/stripe/resources/account.rb', line 1070 def bank_bca_onboarding @bank_bca_onboarding end |
#branding ⇒ Object (readonly)
Attribute for field branding
1072 1073 1074 |
# File 'lib/stripe/resources/account.rb', line 1072 def branding @branding end |
#capital ⇒ Object (readonly)
Attribute for field capital
1074 1075 1076 |
# File 'lib/stripe/resources/account.rb', line 1074 def capital @capital end |
#card_issuing ⇒ Object (readonly)
Attribute for field card_issuing
1076 1077 1078 |
# File 'lib/stripe/resources/account.rb', line 1076 def card_issuing @card_issuing end |
#card_payments ⇒ Object (readonly)
Attribute for field card_payments
1078 1079 1080 |
# File 'lib/stripe/resources/account.rb', line 1078 def card_payments @card_payments end |
#dashboard ⇒ Object (readonly)
Attribute for field dashboard
1080 1081 1082 |
# File 'lib/stripe/resources/account.rb', line 1080 def dashboard @dashboard end |
#invoices ⇒ Object (readonly)
Attribute for field invoices
1082 1083 1084 |
# File 'lib/stripe/resources/account.rb', line 1082 def invoices @invoices end |
#payments ⇒ Object (readonly)
Attribute for field payments
1084 1085 1086 |
# File 'lib/stripe/resources/account.rb', line 1084 def payments @payments end |
#payouts ⇒ Object (readonly)
Attribute for field payouts
1086 1087 1088 |
# File 'lib/stripe/resources/account.rb', line 1086 def payouts @payouts end |
#sepa_debit_payments ⇒ Object (readonly)
Attribute for field sepa_debit_payments
1088 1089 1090 |
# File 'lib/stripe/resources/account.rb', line 1088 def sepa_debit_payments @sepa_debit_payments end |
#tax_forms ⇒ Object (readonly)
Attribute for field tax_forms
1090 1091 1092 |
# File 'lib/stripe/resources/account.rb', line 1090 def tax_forms @tax_forms end |
#treasury ⇒ Object (readonly)
Attribute for field treasury
1092 1093 1094 |
# File 'lib/stripe/resources/account.rb', line 1092 def treasury @treasury end |
Class Method Details
.field_remappings ⇒ Object
1112 1113 1114 |
# File 'lib/stripe/resources/account.rb', line 1112 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 |
# File 'lib/stripe/resources/account.rb', line 1094 def self.inner_class_types @inner_class_types = { bacs_debit_payments: BacsDebitPayments, bank_bca_onboarding: BankBcaOnboarding, branding: Branding, capital: Capital, card_issuing: CardIssuing, card_payments: CardPayments, dashboard: Dashboard, invoices: Invoices, payments: Payments, payouts: Payouts, sepa_debit_payments: SepaDebitPayments, tax_forms: TaxForms, treasury: Treasury, } end |