You could create a base class for your collectables with a type enum, cast to your collectable type on overlap and read the enum.
You could create a base class for your collectables with a type enum, cast to your collectable type on overlap and read the enum.