Class: Stripe::FinancialConnections::Institution::Features
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::FinancialConnections::Institution::Features
- Defined in:
- lib/stripe/resources/financial_connections/institution.rb
Defined Under Namespace
Classes: Balances, Ownership, PaymentMethod, Transactions
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#balances ⇒ Object
readonly
Attribute for field balances.
-
#ownership ⇒ Object
readonly
Attribute for field ownership.
-
#payment_method ⇒ Object
readonly
Attribute for field payment_method.
-
#transactions ⇒ Object
readonly
Attribute for field transactions.
Attributes inherited from StripeObject
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
#balances ⇒ Object (readonly)
Attribute for field balances
68 69 70 |
# File 'lib/stripe/resources/financial_connections/institution.rb', line 68 def balances @balances end |
#ownership ⇒ Object (readonly)
Attribute for field ownership
70 71 72 |
# File 'lib/stripe/resources/financial_connections/institution.rb', line 70 def ownership @ownership end |
#payment_method ⇒ Object (readonly)
Attribute for field payment_method
72 73 74 |
# File 'lib/stripe/resources/financial_connections/institution.rb', line 72 def payment_method @payment_method end |
#transactions ⇒ Object (readonly)
Attribute for field transactions
74 75 76 |
# File 'lib/stripe/resources/financial_connections/institution.rb', line 74 def transactions @transactions end |
Class Method Details
.field_remappings ⇒ Object
85 86 87 |
# File 'lib/stripe/resources/financial_connections/institution.rb', line 85 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
76 77 78 79 80 81 82 83 |
# File 'lib/stripe/resources/financial_connections/institution.rb', line 76 def self.inner_class_types @inner_class_types = { balances: Balances, ownership: Ownership, payment_method: PaymentMethod, transactions: Transactions, } end |