module Models
    class CostType < ::String
      VALUES = %w(Default SomeDiscounts AllDiscounts).freeze

      def self.new(string)