Class: Stripe::Treasury::ReceivedCreditListParams::LinkedFlows
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::ReceivedCreditListParams::LinkedFlows
- Defined in:
- lib/stripe/params/treasury/received_credit_list_params.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
11 12 13 |
# File 'lib/stripe/params/treasury/received_credit_list_params.rb', line 11 def initialize(source_flow_type: nil) @source_flow_type = source_flow_type end |
Instance Attribute Details
#source_flow_type ⇒ Object
The source flow type.
9 10 11 |
# File 'lib/stripe/params/treasury/received_credit_list_params.rb', line 9 def source_flow_type @source_flow_type end |