Class: Stripe::Treasury::ReceivedCredit::ListParams::LinkedFlows
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::ReceivedCredit::ListParams::LinkedFlows
- Defined in:
- lib/stripe/resources/treasury/received_credit.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.
133 134 135 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 133 def initialize(source_flow_type: nil) @source_flow_type = source_flow_type end |
Instance Attribute Details
#source_flow_type ⇒ Object
The source flow type.
131 132 133 |
# File 'lib/stripe/resources/treasury/received_credit.rb', line 131 def source_flow_type @source_flow_type end |