Class: Stripe::TestHelpers::Treasury::OutboundTransferUpdateParams::TrackingDetails::Ach

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(trace_id: nil) ⇒ Ach

Returns a new instance of Ach.



13
14
15
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb', line 13

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

Instance Attribute Details

#trace_idObject

ACH trace ID for funds sent over the ‘ach` network.



11
12
13
# File 'lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.rb', line 11

def trace_id
  @trace_id
end