I have a class like this:
Class SoldProduct { String name; BigDecimal Price; String currency; }
and a method signature like this<