# `Stripe.Params.TestHelpers.Treasury.InboundTransferFailParams.FailureDetails`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/treasury/inbound_transfer_fail_params.ex#L16)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.Treasury.InboundTransferFailParams.FailureDetails{
    code: String.t() | nil
  }
```

* `code` - Reason for the failure. Possible values: `account_closed`, `account_frozen`, `bank_account_restricted`, `bank_ownership_changed`, `debit_not_authorized`, `incorrect_account_holder_address`, `incorrect_account_holder_name`, `incorrect_account_holder_tax_id`, `insufficient_funds`, `invalid_account_number`, `invalid_currency`, `no_account`, `other`.

---

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