# `Stripe.Params.TestHelpers.Treasury.OutboundTransferUpdateParams`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/treasury/outbound_transfer_update_params.ex#L2)

Parameters for outbound transfer update.

# `t`

```elixir
@type t() :: %Stripe.Params.TestHelpers.Treasury.OutboundTransferUpdateParams{
  expand: [String.t()] | nil,
  tracking_details:
    Stripe.Params.TestHelpers.Treasury.OutboundTransferUpdateParams.TrackingDetails.t()
}
```

* `expand` - Specifies which fields in the response should be expanded.
* `tracking_details` - Details about network-specific tracking information.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
