A tag for custom directive values.
Beancount syntax
#monthlyElixir struct
%Beancount.Value.Tag{name: "monthly"}Or use Beancount.tag_value/1:
Beancount.tag_value("monthly")Fields
name- tag without#(rendered as#name).
Summary
Types
@type t() :: %Beancount.Value.Tag{name: String.t()}