Class: Stripe::Treasury::ReceivedCredit::ListParams::LinkedFlows

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



152
153
154
# File 'lib/stripe/resources/treasury/received_credit.rb', line 152

def initialize(source_flow_type: nil)
  @source_flow_type = source_flow_type
end

Instance Attribute Details

#source_flow_typeObject

The source flow type.



150
151
152
# File 'lib/stripe/resources/treasury/received_credit.rb', line 150

def source_flow_type
  @source_flow_type
end