I have List dataItems = new ArrayList(); as a custom list which stores information such as productId, Quantity and Price.
List dataItems = new ArrayList();
I am using OkHtt