Class: Stripe::Treasury::ReceivedDebit::LinkedFlows
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::ReceivedDebit::LinkedFlows
- Defined in:
- lib/stripe/resources/treasury/received_debit.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#debit_reversal ⇒ Object
readonly
The DebitReversal created as a result of this ReceivedDebit being reversed.
-
#inbound_transfer ⇒ Object
readonly
Set if the ReceivedDebit is associated with an InboundTransfer’s return of funds.
-
#issuing_authorization ⇒ Object
readonly
Set if the ReceivedDebit was created due to an [Issuing Authorization](stripe.com/docs/api#issuing_authorizations) object.
-
#issuing_transaction ⇒ Object
readonly
Set if the ReceivedDebit is also viewable as an [Issuing Dispute](stripe.com/docs/api#issuing_disputes) object.
-
#payout ⇒ Object
readonly
Set if the ReceivedDebit was created due to a [Payout](stripe.com/docs/api#payouts) object.
-
#received_credit_capital_withholding ⇒ Object
readonly
The ReceivedCredit that Capital withheld from.
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
#debit_reversal ⇒ Object (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_transfer ⇒ Object (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_authorization ⇒ Object (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 end |
#issuing_transaction ⇒ Object (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 |
#payout ⇒ Object (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_withholding ⇒ Object (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 |