# `Twilio.Resources.Api.V2010.Balance`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/api/v2010/balance.ex#L2)

Account balance

Parent: `/Accounts/{Sid}.json`

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `balance` | The balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information |
| `currency` | The units of currency for the account balance |

# `t`

```elixir
@type t() :: %Twilio.Resources.Api.V2010.Balance{
  account_sid: String.t() | nil,
  balance: String.t() | nil,
  currency: String.t() | nil
}
```

# `object_name`

---

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