Module for Airtel Money Balance API.
Allows querying the account balance.
Summary
Functions
@spec query() :: {:ok, map()} | {:error, AirtelMoney.Error.t()}
Queries the account balance.
Examples
iex> # This would normally call the API, but for doctest we skip the actual call
iex> :ok
:ok