Plaid Account Balance data structure.
t() :: %Plaid.Accounts.Account.Balance{ available: float(), current: float(), iso_currency_code: String.t(), limit: float(), unofficial_currency_code: String.t() }