Class: Stripe::Treasury::TransactionEntry::BalanceImpact
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::TransactionEntry::BalanceImpact
- Defined in:
- lib/stripe/resources/treasury/transaction_entry.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#cash ⇒ Object
readonly
Returns the value of attribute cash.
-
#inbound_pending ⇒ Object
readonly
Returns the value of attribute inbound_pending.
-
#outbound_pending ⇒ Object
readonly
Returns the value of attribute outbound_pending.
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)
Returns the value of attribute cash.
16 17 18 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 16 def cash @cash end |
#inbound_pending ⇒ Object (readonly)
Returns the value of attribute inbound_pending.
16 17 18 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 16 def inbound_pending @inbound_pending end |
#outbound_pending ⇒ Object (readonly)
Returns the value of attribute outbound_pending.
16 17 18 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 16 def outbound_pending @outbound_pending end |