# `Rapyd.Types.WalletAccount`
[🔗](https://github.com/iamkanishka/rapyd/blob/v1.0.0/lib/rapyd/types/wallet.ex#L1)

A currency-denominated balance account within a wallet.

# `t`

```elixir
@type t() :: %Rapyd.Types.WalletAccount{
  balance: float(),
  currency: String.t(),
  id: String.t(),
  on_hold_balance: float(),
  received_balance: float(),
  reserve_balance: float()
}
```

---

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