# `Stripe.Resources.Balance.Available`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/balance.ex#L59)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Balance.Available{
  amount: integer() | nil,
  currency: String.t() | nil,
  source_types: Stripe.Resources.Balance.Available.SourceTypes.t() | nil
}
```

* `amount` - Balance amount.
* `currency` - Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). Format: ISO 4217 currency code.
* `source_types`

---

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