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

Parameters for outbound payment return outbound payment.

# `t`

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

* `expand` - Specifies which fields in the response should be expanded.
* `returned_details` - Optional hash to set the return code.

---

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