Hi, I have a reference to a LineItem and it returns a List<discount> when I call getDiscounts() on it. However when I call getDiscountAmount() on the same valid reference I get a NullPointerException. The description of this method in the JavaDocs is: "does the calculated flag actually do anything?" which gives the impression that the method is not implemented and is probably just throwing a NullPointerException. Could anyone verify if this is the case?
Thanks, Steve