Class: Stripe::Treasury::OutboundTransfer::UpdateParams::TrackingDetails::Ach
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::OutboundTransfer::UpdateParams::TrackingDetails::Ach
- Defined in:
- lib/stripe/resources/treasury/outbound_transfer.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.
240 241 242 |
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 240 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.
238 239 240 |
# File 'lib/stripe/resources/treasury/outbound_transfer.rb', line 238 def trace_id @trace_id end |