Current credit balance for the authenticated tenant.
@type t() :: %Miosa.Types.CreditBalance{ balance: integer(), expires_at: String.t() | nil, plan: String.t() | nil }
@spec from_map(map()) :: t()