Class: Stripe::TestHelpers::Treasury::OutboundTransferService::UpdateParams::TrackingDetails::Ach

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



14
15
16
# File 'lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb', line 14

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.



12
13
14
# File 'lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb', line 12

def trace_id
  @trace_id
end