# frozen_string_literal: true require_relative "./base_response" module ONEAccess module Response module Representer class BuySideInteractionsResponse < BaseResponse property :event_id, as: :EventId end end end end