Class: Stripe::Treasury::ReceivedCreditService::ListParams::LinkedFlows
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::ReceivedCreditService::ListParams::LinkedFlows
- Defined in:
- lib/stripe/services/treasury/received_credit_service.rb
Instance Attribute Summary collapse
-
#source_flow_type ⇒ Object
The source flow type.
Instance Method Summary collapse
-
#initialize(source_flow_type: nil) ⇒ LinkedFlows
constructor
A new instance of LinkedFlows.
Methods inherited from RequestParams
Constructor Details
#initialize(source_flow_type: nil) ⇒ LinkedFlows
Returns a new instance of LinkedFlows.
12 13 14 |
# File 'lib/stripe/services/treasury/received_credit_service.rb', line 12 def initialize(source_flow_type: nil) @source_flow_type = source_flow_type end |
Instance Attribute Details
#source_flow_type ⇒ Object
The source flow type.
10 11 12 |
# File 'lib/stripe/services/treasury/received_credit_service.rb', line 10 def source_flow_type @source_flow_type end |