Class: Stripe::Account::Settings

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

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



561
562
563
# File 'lib/stripe/resources/account.rb', line 561

def bacs_debit_payments
  @bacs_debit_payments
end

#brandingObject (readonly)

Attribute for field branding



563
564
565
# File 'lib/stripe/resources/account.rb', line 563

def branding
  @branding
end

#card_issuingObject (readonly)

Attribute for field card_issuing



565
566
567
# File 'lib/stripe/resources/account.rb', line 565

def card_issuing
  @card_issuing
end

#card_paymentsObject (readonly)

Attribute for field card_payments



567
568
569
# File 'lib/stripe/resources/account.rb', line 567

def card_payments
  @card_payments
end

#dashboardObject (readonly)

Attribute for field dashboard



569
570
571
# File 'lib/stripe/resources/account.rb', line 569

def dashboard
  @dashboard
end

#invoicesObject (readonly)

Attribute for field invoices



571
572
573
# File 'lib/stripe/resources/account.rb', line 571

def invoices
  @invoices
end

#paymentsObject (readonly)

Attribute for field payments



573
574
575
# File 'lib/stripe/resources/account.rb', line 573

def payments
  @payments
end

#payoutsObject (readonly)

Attribute for field payouts



575
576
577
# File 'lib/stripe/resources/account.rb', line 575

def payouts
  @payouts
end

#sepa_debit_paymentsObject (readonly)

Attribute for field sepa_debit_payments



577
578
579
# File 'lib/stripe/resources/account.rb', line 577

def sepa_debit_payments
  @sepa_debit_payments
end

#treasuryObject (readonly)

Attribute for field treasury



579
580
581
# File 'lib/stripe/resources/account.rb', line 579

def treasury
  @treasury
end