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

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



981
982
983
# File 'lib/stripe/resources/account.rb', line 981

def bacs_debit_payments
  @bacs_debit_payments
end

#brandingObject (readonly)

Attribute for field branding



983
984
985
# File 'lib/stripe/resources/account.rb', line 983

def branding
  @branding
end

#card_issuingObject (readonly)

Attribute for field card_issuing



985
986
987
# File 'lib/stripe/resources/account.rb', line 985

def card_issuing
  @card_issuing
end

#card_paymentsObject (readonly)

Attribute for field card_payments



987
988
989
# File 'lib/stripe/resources/account.rb', line 987

def card_payments
  @card_payments
end

#dashboardObject (readonly)

Attribute for field dashboard



989
990
991
# File 'lib/stripe/resources/account.rb', line 989

def dashboard
  @dashboard
end

#invoicesObject (readonly)

Attribute for field invoices



991
992
993
# File 'lib/stripe/resources/account.rb', line 991

def invoices
  @invoices
end

#paymentsObject (readonly)

Attribute for field payments



993
994
995
# File 'lib/stripe/resources/account.rb', line 993

def payments
  @payments
end

#payoutsObject (readonly)

Attribute for field payouts



995
996
997
# File 'lib/stripe/resources/account.rb', line 995

def payouts
  @payouts
end

#sepa_debit_paymentsObject (readonly)

Attribute for field sepa_debit_payments



997
998
999
# File 'lib/stripe/resources/account.rb', line 997

def sepa_debit_payments
  @sepa_debit_payments
end

#treasuryObject (readonly)

Attribute for field treasury



999
1000
1001
# File 'lib/stripe/resources/account.rb', line 999

def treasury
  @treasury
end

Class Method Details

.field_remappingsObject



1016
1017
1018
# File 'lib/stripe/resources/account.rb', line 1016

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
# File 'lib/stripe/resources/account.rb', line 1001

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