Class: Stripe::FinancialConnections::Account::Balance
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::FinancialConnections::Account::Balance
- Defined in:
- lib/stripe/resources/financial_connections/account.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#as_of ⇒ Object
readonly
Returns the value of attribute as_of.
-
#cash ⇒ Object
readonly
Returns the value of attribute cash.
-
#credit ⇒ Object
readonly
Returns the value of attribute credit.
-
#current ⇒ Object
readonly
Returns the value of attribute current.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from StripeObject
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
#as_of ⇒ Object (readonly)
Returns the value of attribute as_of.
30 31 32 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 30 def as_of @as_of end |
#cash ⇒ Object (readonly)
Returns the value of attribute cash.
30 31 32 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 30 def cash @cash end |
#credit ⇒ Object (readonly)
Returns the value of attribute credit.
30 31 32 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 30 def credit @credit end |
#current ⇒ Object (readonly)
Returns the value of attribute current.
30 31 32 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 30 def current @current end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
30 31 32 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 30 def type @type end |