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
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.
-
#issuing_transaction ⇒ Object
readonly
Returns the value of attribute issuing_transaction.
-
#payout ⇒ Object
readonly
Returns the value of attribute payout.
-
#received_credit_capital_withholding ⇒ Object
readonly
Returns the value of attribute received_credit_capital_withholding.
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)
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_transfer ⇒ Object (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_authorization ⇒ Object (readonly)
Returns the value of attribute issuing_authorization.
34 35 36 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 34 def @issuing_authorization end |
#issuing_transaction ⇒ Object (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 |
#payout ⇒ Object (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_withholding ⇒ Object (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 |