Class: Stripe::Treasury::TransactionEntry::FlowDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::TransactionEntry::FlowDetails
- Defined in:
- lib/stripe/resources/treasury/transaction_entry.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#credit_reversal ⇒ Object
readonly
Returns the value of attribute credit_reversal.
-
#debit_reversal ⇒ Object
readonly
Returns the value of attribute debit_reversal.
-
#inbound_transfer ⇒ Object
readonly
Returns the value of attribute inbound_transfer.
-
#issuing_authorization ⇒ Object
readonly
Returns the value of attribute issuing_authorization.
-
#outbound_payment ⇒ Object
readonly
Returns the value of attribute outbound_payment.
-
#outbound_transfer ⇒ Object
readonly
Returns the value of attribute outbound_transfer.
-
#received_credit ⇒ Object
readonly
Returns the value of attribute received_credit.
-
#received_debit ⇒ Object
readonly
Returns the value of attribute received_debit.
-
#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
#credit_reversal ⇒ Object (readonly)
Returns the value of attribute credit_reversal.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def credit_reversal @credit_reversal end |
#debit_reversal ⇒ Object (readonly)
Returns the value of attribute debit_reversal.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def debit_reversal @debit_reversal end |
#inbound_transfer ⇒ Object (readonly)
Returns the value of attribute inbound_transfer.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def inbound_transfer @inbound_transfer end |
#issuing_authorization ⇒ Object (readonly)
Returns the value of attribute issuing_authorization.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def @issuing_authorization end |
#outbound_payment ⇒ Object (readonly)
Returns the value of attribute outbound_payment.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def outbound_payment @outbound_payment end |
#outbound_transfer ⇒ Object (readonly)
Returns the value of attribute outbound_transfer.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def outbound_transfer @outbound_transfer end |
#received_credit ⇒ Object (readonly)
Returns the value of attribute received_credit.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def received_credit @received_credit end |
#received_debit ⇒ Object (readonly)
Returns the value of attribute received_debit.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def received_debit @received_debit end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
20 21 22 |
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20 def type @type end |