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, PaypayPayments, SepaDebitPayments, TaxForms, Treasury

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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

Attribute for field bacs_debit_payments



1083
1084
1085
# File 'lib/stripe/resources/account.rb', line 1083

def bacs_debit_payments
  @bacs_debit_payments
end

#bank_bca_onboardingObject (readonly)

Attribute for field bank_bca_onboarding



1085
1086
1087
# File 'lib/stripe/resources/account.rb', line 1085

def bank_bca_onboarding
  @bank_bca_onboarding
end

#brandingObject (readonly)

Attribute for field branding



1087
1088
1089
# File 'lib/stripe/resources/account.rb', line 1087

def branding
  @branding
end

#capitalObject (readonly)

Attribute for field capital



1089
1090
1091
# File 'lib/stripe/resources/account.rb', line 1089

def capital
  @capital
end

#card_issuingObject (readonly)

Attribute for field card_issuing



1091
1092
1093
# File 'lib/stripe/resources/account.rb', line 1091

def card_issuing
  @card_issuing
end

#card_paymentsObject (readonly)

Attribute for field card_payments



1093
1094
1095
# File 'lib/stripe/resources/account.rb', line 1093

def card_payments
  @card_payments
end

#dashboardObject (readonly)

Attribute for field dashboard



1095
1096
1097
# File 'lib/stripe/resources/account.rb', line 1095

def dashboard
  @dashboard
end

#invoicesObject (readonly)

Attribute for field invoices



1097
1098
1099
# File 'lib/stripe/resources/account.rb', line 1097

def invoices
  @invoices
end

#paymentsObject (readonly)

Attribute for field payments



1099
1100
1101
# File 'lib/stripe/resources/account.rb', line 1099

def payments
  @payments
end

#payoutsObject (readonly)

Attribute for field payouts



1101
1102
1103
# File 'lib/stripe/resources/account.rb', line 1101

def payouts
  @payouts
end

#paypay_paymentsObject (readonly)

Attribute for field paypay_payments



1103
1104
1105
# File 'lib/stripe/resources/account.rb', line 1103

def paypay_payments
  @paypay_payments
end

#sepa_debit_paymentsObject (readonly)

Attribute for field sepa_debit_payments



1105
1106
1107
# File 'lib/stripe/resources/account.rb', line 1105

def sepa_debit_payments
  @sepa_debit_payments
end

#tax_formsObject (readonly)

Attribute for field tax_forms



1107
1108
1109
# File 'lib/stripe/resources/account.rb', line 1107

def tax_forms
  @tax_forms
end

#treasuryObject (readonly)

Attribute for field treasury



1109
1110
1111
# File 'lib/stripe/resources/account.rb', line 1109

def treasury
  @treasury
end

Class Method Details

.field_remappingsObject



1130
1131
1132
# File 'lib/stripe/resources/account.rb', line 1130

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
# File 'lib/stripe/resources/account.rb', line 1111

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,
    paypay_payments: PaypayPayments,
    sepa_debit_payments: SepaDebitPayments,
    tax_forms: TaxForms,
    treasury: Treasury,
  }
end