# `Stripe.Resources.FinancialAccount`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/financial_account.ex#L2)

received_payment_method_details_financial_account

# `t`

```elixir
@type t() :: %Stripe.Resources.FinancialAccount{id: String.t(), network: String.t()}
```

* `id` - The FinancialAccount ID. Max length: 5000.
* `network` - The rails the ReceivedCredit was sent over. A FinancialAccount can only send funds over `stripe`. Possible values: `stripe`.

# `object_name`

---

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