Class: Stripe::TestHelpers::Treasury::OutboundTransferService::UpdateParams::TrackingDetails::Ach
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::OutboundTransferService::UpdateParams::TrackingDetails::Ach
- Defined in:
- lib/stripe/services/test_helpers/treasury/outbound_transfer_service.rb
Instance Attribute Summary collapse
-
#trace_id ⇒ Object
ACH trace ID for funds sent over the ‘ach` network.
Instance Method Summary collapse
-
#initialize(trace_id: nil) ⇒ Ach
constructor
A new instance of Ach.
Methods inherited from RequestParams
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_id ⇒ Object
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 |