Class: Stripe::Treasury::Transaction::BalanceImpact
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::Transaction::BalanceImpact
- Defined in:
- lib/stripe/resources/treasury/transaction.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#cash ⇒ Object
readonly
The change made to funds the user can spend right now.
-
#inbound_pending ⇒ Object
readonly
The change made to funds that are not spendable yet, but will become available at a later time.
-
#outbound_pending ⇒ Object
readonly
The change made to funds in the account, but not spendable because they are being held for pending outbound flows.
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
#cash ⇒ Object (readonly)
The change made to funds the user can spend right now.
17 18 19 |
# File 'lib/stripe/resources/treasury/transaction.rb', line 17 def cash @cash end |
#inbound_pending ⇒ Object (readonly)
The change made to funds that are not spendable yet, but will become available at a later time.
19 20 21 |
# File 'lib/stripe/resources/treasury/transaction.rb', line 19 def inbound_pending @inbound_pending end |
#outbound_pending ⇒ Object (readonly)
The change made to funds in the account, but not spendable because they are being held for pending outbound flows.
21 22 23 |
# File 'lib/stripe/resources/treasury/transaction.rb', line 21 def outbound_pending @outbound_pending end |