Class: Stripe::Account::Settings

Inherits:
StripeObject show all
Defined in:
lib/stripe/resources/account.rb

Defined Under Namespace

Classes: BacsDebitPayments, BankBcaOnboarding, Branding, CardIssuing, CardPayments, Dashboard, Invoices, Payments, Payouts, PaypayPayments, SepaDebitPayments, SmartDisputes, TaxForms, Treasury, WechatPayPayments

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?, field_encodings, #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



1239
1240
1241
# File 'lib/stripe/resources/account.rb', line 1239

def bacs_debit_payments
  @bacs_debit_payments
end

#bank_bca_onboardingObject (readonly)

Attribute for field bank_bca_onboarding



1241
1242
1243
# File 'lib/stripe/resources/account.rb', line 1241

def bank_bca_onboarding
  @bank_bca_onboarding
end

#brandingObject (readonly)

Attribute for field branding



1243
1244
1245
# File 'lib/stripe/resources/account.rb', line 1243

def branding
  @branding
end

#card_issuingObject (readonly)

Attribute for field card_issuing



1245
1246
1247
# File 'lib/stripe/resources/account.rb', line 1245

def card_issuing
  @card_issuing
end

#card_paymentsObject (readonly)

Attribute for field card_payments



1247
1248
1249
# File 'lib/stripe/resources/account.rb', line 1247

def card_payments
  @card_payments
end

#dashboardObject (readonly)

Attribute for field dashboard



1249
1250
1251
# File 'lib/stripe/resources/account.rb', line 1249

def dashboard
  @dashboard
end

#invoicesObject (readonly)

Attribute for field invoices



1251
1252
1253
# File 'lib/stripe/resources/account.rb', line 1251

def invoices
  @invoices
end

#paymentsObject (readonly)

Attribute for field payments



1253
1254
1255
# File 'lib/stripe/resources/account.rb', line 1253

def payments
  @payments
end

#payoutsObject (readonly)

Attribute for field payouts



1255
1256
1257
# File 'lib/stripe/resources/account.rb', line 1255

def payouts
  @payouts
end

#paypay_paymentsObject (readonly)

Attribute for field paypay_payments



1257
1258
1259
# File 'lib/stripe/resources/account.rb', line 1257

def paypay_payments
  @paypay_payments
end

#sepa_debit_paymentsObject (readonly)

Attribute for field sepa_debit_payments



1259
1260
1261
# File 'lib/stripe/resources/account.rb', line 1259

def sepa_debit_payments
  @sepa_debit_payments
end

#smart_disputesObject (readonly)

Attribute for field smart_disputes



1261
1262
1263
# File 'lib/stripe/resources/account.rb', line 1261

def smart_disputes
  @smart_disputes
end

#tax_formsObject (readonly)

Attribute for field tax_forms



1263
1264
1265
# File 'lib/stripe/resources/account.rb', line 1263

def tax_forms
  @tax_forms
end

#treasuryObject (readonly)

Attribute for field treasury



1265
1266
1267
# File 'lib/stripe/resources/account.rb', line 1265

def treasury
  @treasury
end

#wechat_pay_paymentsObject (readonly)

Attribute for field wechat_pay_payments



1267
1268
1269
# File 'lib/stripe/resources/account.rb', line 1267

def wechat_pay_payments
  @wechat_pay_payments
end

Class Method Details

.field_remappingsObject



1289
1290
1291
# File 'lib/stripe/resources/account.rb', line 1289

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
# File 'lib/stripe/resources/account.rb', line 1269

def self.inner_class_types
  @inner_class_types = {
    bacs_debit_payments: BacsDebitPayments,
    bank_bca_onboarding: BankBcaOnboarding,
    branding: Branding,
    card_issuing: CardIssuing,
    card_payments: CardPayments,
    dashboard: Dashboard,
    invoices: Invoices,
    payments: Payments,
    payouts: Payouts,
    paypay_payments: PaypayPayments,
    sepa_debit_payments: SepaDebitPayments,
    smart_disputes: SmartDisputes,
    tax_forms: TaxForms,
    treasury: Treasury,
    wechat_pay_payments: WechatPayPayments,
  }
end