Class: Stripe::Treasury::ReceivedCreditService::ListParams::LinkedFlows

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/treasury/received_credit_service.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.



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_typeObject

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