A currency-denominated balance account within a wallet.
@type t() :: %Rapyd.Types.WalletAccount{ balance: float(), currency: String.t(), id: String.t(), on_hold_balance: float(), received_balance: float(), reserve_balance: float() }