module OpenActive module Models module Schema class AutoPartsStore < ::OpenActive::Models::Schema::AutomotiveBusiness # @!attribute type # @return [String] def type "schema:AutoPartsStore" end end end end end