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
915 916 917 |
# File 'lib/stripe/resources/account.rb', line 915 def bacs_debit_payments @bacs_debit_payments end |
#branding ⇒ Object (readonly)
Attribute for field branding
917 918 919 |
# File 'lib/stripe/resources/account.rb', line 917 def branding @branding end |
#card_issuing ⇒ Object (readonly)
Attribute for field card_issuing
919 920 921 |
# File 'lib/stripe/resources/account.rb', line 919 def card_issuing @card_issuing end |
#card_payments ⇒ Object (readonly)
Attribute for field card_payments
921 922 923 |
# File 'lib/stripe/resources/account.rb', line 921 def card_payments @card_payments end |
#dashboard ⇒ Object (readonly)
Attribute for field dashboard
923 924 925 |
# File 'lib/stripe/resources/account.rb', line 923 def dashboard @dashboard end |
#invoices ⇒ Object (readonly)
Attribute for field invoices
925 926 927 |
# File 'lib/stripe/resources/account.rb', line 925 def invoices @invoices end |
#payments ⇒ Object (readonly)
Attribute for field payments
927 928 929 |
# File 'lib/stripe/resources/account.rb', line 927 def payments @payments end |
#payouts ⇒ Object (readonly)
Attribute for field payouts
929 930 931 |
# File 'lib/stripe/resources/account.rb', line 929 def payouts @payouts end |
#sepa_debit_payments ⇒ Object (readonly)
Attribute for field sepa_debit_payments
931 932 933 |
# File 'lib/stripe/resources/account.rb', line 931 def sepa_debit_payments @sepa_debit_payments end |
#treasury ⇒ Object (readonly)
Attribute for field treasury
933 934 935 |
# File 'lib/stripe/resources/account.rb', line 933 def treasury @treasury end |
Class Method Details
.field_remappings ⇒ Object
950 951 952 |
# File 'lib/stripe/resources/account.rb', line 950 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
935 936 937 938 939 940 941 942 943 944 945 946 947 948 |
# File 'lib/stripe/resources/account.rb', line 935 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 |