Like your other post, we cannot see your code! If you can only see the interface properties then you must have defined the method parameter as the Interface. That's how interfaces work!
Share your code if this does not answer your question. Also, while it is possible to define a property interface it is not all that common. Usually, method that perform an action are Interfaces.