Class: Stripe::Treasury::ReceivedCredit::LinkedFlows
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::ReceivedCredit::LinkedFlows
- Defined in:
- lib/stripe/resources/treasury/received_credit.rb
Defined Under Namespace
Classes: SourceFlowDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#credit_reversal ⇒ Object
readonly
Returns the value of attribute credit_reversal.
-
#issuing_authorization ⇒ Object
readonly
Returns the value of attribute issuing_authorization.
-
#issuing_transaction ⇒ Object
readonly
Returns the value of attribute issuing_transaction.
-
#source_flow ⇒ Object
readonly
Returns the value of attribute source_flow.
-
#source_flow_details ⇒ Object
readonly
Returns the value of attribute source_flow_details.
-
#source_flow_type ⇒ Object
readonly
Returns the value of attribute source_flow_type.
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
#credit_reversal ⇒ Object (readonly)
Returns the value of attribute credit_reversal.
37 38 39 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 37 def credit_reversal @credit_reversal end |
#issuing_authorization ⇒ Object (readonly)
Returns the value of attribute issuing_authorization.
37 38 39 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 37 def @issuing_authorization end |
#issuing_transaction ⇒ Object (readonly)
Returns the value of attribute issuing_transaction.
37 38 39 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 37 def issuing_transaction @issuing_transaction end |
#source_flow ⇒ Object (readonly)
Returns the value of attribute source_flow.
37 38 39 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 37 def source_flow @source_flow end |
#source_flow_details ⇒ Object (readonly)
Returns the value of attribute source_flow_details.
37 38 39 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 37 def source_flow_details @source_flow_details end |
#source_flow_type ⇒ Object (readonly)
Returns the value of attribute source_flow_type.
37 38 39 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 37 def source_flow_type @source_flow_type end |