Class: Stripe::Treasury::ReceivedDebit::LinkedFlows

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/treasury/received_debit.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

#debit_reversalObject (readonly)

Returns the value of attribute debit_reversal.



34
35
36
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34

def debit_reversal
  @debit_reversal
end

#inbound_transferObject (readonly)

Returns the value of attribute inbound_transfer.



34
35
36
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34

def inbound_transfer
  @inbound_transfer
end

#issuing_authorizationObject (readonly)

Returns the value of attribute issuing_authorization.



34
35
36
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34

def issuing_authorization
  @issuing_authorization
end

#issuing_transactionObject (readonly)

Returns the value of attribute issuing_transaction.



34
35
36
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34

def issuing_transaction
  @issuing_transaction
end

#payoutObject (readonly)

Returns the value of attribute payout.



34
35
36
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34

def payout
  @payout
end

#received_credit_capital_withholdingObject (readonly)

Returns the value of attribute received_credit_capital_withholding.



34
35
36
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34

def received_credit_capital_withholding
  @received_credit_capital_withholding
end