Typed Inttegro ProductShipmentInputType value.
@type t() :: :delivery | :download | :render | :stream | String.t()
@spec decode(String.t()) :: t()
@spec encode(t()) :: String.t()
@spec values() :: [t()]