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

Nested struct within the parent resource.

# `t`

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

* `amount` - Net balance amount, subtracting fees from platform-set pricing.
* `destination` - ID of the external account for this net balance (not expandable). Max length: 5000.
* `source_types`

---

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