Class: Stripe::Treasury::TransactionEntry::FlowDetails

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/treasury/transaction_entry.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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_reversalObject (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_reversalObject (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_transferObject (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_authorizationObject (readonly)

Returns the value of attribute issuing_authorization.



20
21
22
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20

def issuing_authorization
  @issuing_authorization
end

#outbound_paymentObject (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_transferObject (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_creditObject (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_debitObject (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

#typeObject (readonly)

Returns the value of attribute type.



20
21
22
# File 'lib/stripe/resources/treasury/transaction_entry.rb', line 20

def type
  @type
end