# frozen_string_literal: true

module OMCMS
  module Response
    class OfferingData < Body
    end
  end
end