Class: Stripe::Account::Settings

Inherits:
StripeObject show all
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

Attributes inherited from StripeObject

#last_response

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_paymentsObject (readonly)

Attribute for field bacs_debit_payments



780
781
782
# File 'lib/stripe/resources/account.rb', line 780

def bacs_debit_payments
  @bacs_debit_payments
end

#bank_bca_onboardingObject (readonly)

Attribute for field bank_bca_onboarding



783
784
785
# File 'lib/stripe/resources/account.rb', line 783

def bank_bca_onboarding
  @bank_bca_onboarding
end

#brandingObject (readonly)

Attribute for field branding



786
787
788
# File 'lib/stripe/resources/account.rb', line 786

def branding
  @branding
end

#capitalObject (readonly)

Attribute for field capital



789
790
791
# File 'lib/stripe/resources/account.rb', line 789

def capital
  @capital
end

#card_issuingObject (readonly)

Attribute for field card_issuing



792
793
794
# File 'lib/stripe/resources/account.rb', line 792

def card_issuing
  @card_issuing
end

#card_paymentsObject (readonly)

Attribute for field card_payments



795
796
797
# File 'lib/stripe/resources/account.rb', line 795

def card_payments
  @card_payments
end

#dashboardObject (readonly)

Attribute for field dashboard



798
799
800
# File 'lib/stripe/resources/account.rb', line 798

def dashboard
  @dashboard
end

#invoicesObject (readonly)

Attribute for field invoices



801
802
803
# File 'lib/stripe/resources/account.rb', line 801

def invoices
  @invoices
end

#paymentsObject (readonly)

Attribute for field payments



804
805
806
# File 'lib/stripe/resources/account.rb', line 804

def payments
  @payments
end

#payoutsObject (readonly)

Attribute for field payouts



807
808
809
# File 'lib/stripe/resources/account.rb', line 807

def payouts
  @payouts
end

#sepa_debit_paymentsObject (readonly)

Attribute for field sepa_debit_payments



810
811
812
# File 'lib/stripe/resources/account.rb', line 810

def sepa_debit_payments
  @sepa_debit_payments
end

#tax_formsObject (readonly)

Attribute for field tax_forms



813
814
815
# File 'lib/stripe/resources/account.rb', line 813

def tax_forms
  @tax_forms
end

#treasuryObject (readonly)

Attribute for field treasury



816
817
818
# File 'lib/stripe/resources/account.rb', line 816

def treasury
  @treasury
end