Class: Stripe::Treasury::ReceivedCreditListParams::LinkedFlows

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/treasury/received_credit_list_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(source_flow_type: nil) ⇒ LinkedFlows

Returns a new instance of 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_typeObject

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