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)

The DebitReversal created as a result of this ReceivedDebit being reversed.



70
71
72
# File 'lib/stripe/resources/treasury/received_debit.rb', line 70

def debit_reversal
  @debit_reversal
end

#inbound_transferObject (readonly)

Set if the ReceivedDebit is associated with an InboundTransfer’s return of funds.



72
73
74
# File 'lib/stripe/resources/treasury/received_debit.rb', line 72

def inbound_transfer
  @inbound_transfer
end

#issuing_authorizationObject (readonly)

Set if the ReceivedDebit was created due to an [Issuing Authorization](stripe.com/docs/api#issuing_authorizations) object.



74
75
76
# File 'lib/stripe/resources/treasury/received_debit.rb', line 74

def issuing_authorization
  @issuing_authorization
end

#issuing_transactionObject (readonly)

Set if the ReceivedDebit is also viewable as an [Issuing Dispute](stripe.com/docs/api#issuing_disputes) object.



76
77
78
# File 'lib/stripe/resources/treasury/received_debit.rb', line 76

def issuing_transaction
  @issuing_transaction
end

#payoutObject (readonly)

Set if the ReceivedDebit was created due to a [Payout](stripe.com/docs/api#payouts) object.



78
79
80
# File 'lib/stripe/resources/treasury/received_debit.rb', line 78

def payout
  @payout
end

#received_credit_capital_withholdingObject (readonly)

The ReceivedCredit that Capital withheld from



80
81
82
# File 'lib/stripe/resources/treasury/received_debit.rb', line 80

def received_credit_capital_withholding
  @received_credit_capital_withholding
end