Class: Stripe::TestHelpers::Treasury::OutboundTransferUpdateParams::TrackingDetails::Ach
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::TestHelpers::Treasury::OutboundTransferUpdateParams::TrackingDetails::Ach
- Defined in:
- lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.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.
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_id ⇒ Object
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 |