Persisted poptag directive (table beancount_pop_tags).
Storage-layer counterpart of Beancount.Directives.PopTag. This directive
has no date; its position (file_order) determines where the tag scope ends.
Fields
tag- tag name without the leading#, e.g."trip-athens".file_order- zero-based position of the directive in the source.
Example
%Beancount.Schemas.PopTag{tag: "trip-athens", file_order: 20}