# `Stripe.Resources.Treasury.OutboundPayment.ReturnedDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/treasury/outbound_payment.ex#L132)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Treasury.OutboundPayment.ReturnedDetails{
  code: String.t() | nil,
  transaction: String.t() | Stripe.Resources.Treasury.Transaction.t() | nil
}
```

* `code` - Reason for the return. Possible values: `account_closed`, `account_frozen`, `bank_account_restricted`, `bank_ownership_changed`, `declined`, `incorrect_account_holder_name`, `invalid_account_number`, `invalid_currency`, `no_account`, `other`.
* `transaction` - The Transaction associated with this object.

---

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