Class: Stripe::Account::Settings
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Settings
- Defined in:
- lib/stripe/resources/account.rb
Defined Under Namespace
Classes: BacsDebitPayments, Branding, CardIssuing, CardPayments, Dashboard, Invoices, Payments, Payouts, SepaDebitPayments, 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.
-
#branding ⇒ Object
readonly
Attribute for field branding.
-
#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.
-
#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
895 896 897 |
# File 'lib/stripe/resources/account.rb', line 895 def bacs_debit_payments @bacs_debit_payments end |
#branding ⇒ Object (readonly)
Attribute for field branding
897 898 899 |
# File 'lib/stripe/resources/account.rb', line 897 def branding @branding end |
#card_issuing ⇒ Object (readonly)
Attribute for field card_issuing
899 900 901 |
# File 'lib/stripe/resources/account.rb', line 899 def card_issuing @card_issuing end |
#card_payments ⇒ Object (readonly)
Attribute for field card_payments
901 902 903 |
# File 'lib/stripe/resources/account.rb', line 901 def card_payments @card_payments end |
#dashboard ⇒ Object (readonly)
Attribute for field dashboard
903 904 905 |
# File 'lib/stripe/resources/account.rb', line 903 def dashboard @dashboard end |
#invoices ⇒ Object (readonly)
Attribute for field invoices
905 906 907 |
# File 'lib/stripe/resources/account.rb', line 905 def invoices @invoices end |
#payments ⇒ Object (readonly)
Attribute for field payments
907 908 909 |
# File 'lib/stripe/resources/account.rb', line 907 def payments @payments end |
#payouts ⇒ Object (readonly)
Attribute for field payouts
909 910 911 |
# File 'lib/stripe/resources/account.rb', line 909 def payouts @payouts end |
#sepa_debit_payments ⇒ Object (readonly)
Attribute for field sepa_debit_payments
911 912 913 |
# File 'lib/stripe/resources/account.rb', line 911 def sepa_debit_payments @sepa_debit_payments end |
#treasury ⇒ Object (readonly)
Attribute for field treasury
913 914 915 |
# File 'lib/stripe/resources/account.rb', line 913 def treasury @treasury end |
Class Method Details
.field_remappings ⇒ Object
930 931 932 |
# File 'lib/stripe/resources/account.rb', line 930 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'lib/stripe/resources/account.rb', line 915 def self.inner_class_types @inner_class_types = { bacs_debit_payments: BacsDebitPayments, branding: Branding, card_issuing: CardIssuing, card_payments: CardPayments, dashboard: Dashboard, invoices: Invoices, payments: Payments, payouts: Payouts, sepa_debit_payments: SepaDebitPayments, treasury: Treasury, } end |