Typed Inttegro LineItemType value.
@type t() :: :product | :fee | :shipping | String.t()
@spec decode(String.t()) :: t()
@spec encode(t()) :: String.t()
@spec values() :: [t()]