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

Parameters for inbound transfer return inbound transfer.

# `t`

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

* `expand` - Specifies which fields in the response should be expanded.

---

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