# `Stripe.Resources.FinancialConnections.Account.Balance.Credit`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/financial_connections/account.ex#L179)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.FinancialConnections.Account.Balance.Credit{
  used: %{required(String.t()) =&gt; integer()} | nil
}
```

* `used` - The credit that has been used by the account holder.

Each key is a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase.

Each value is a integer amount. A positive amount indicates money owed to the account holder. A negative amount indicates money owed by the account holder. Nullable.

---

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