lib/mindee/product/us/w9/w9_v1_document.rb



# frozen_string_literal: true

require_relative '../../../parsing'

module Mindee
  module Product
    module US
      module W9
        # W9 API version 1.0 document data.
        class W9V1Document < Mindee::Parsing::Common::Prediction
        end
      end
    end
  end
end