I'm creating a Per Unit item and I want to set its price with 2 or 3 decimal points like(1.734 Or 17.34) so waht value should I pass to the method to set the exact price I want. Please consider the below code as this is the code to create a item. Item newItem = new Item().setName(itemName).setPrice(1734).setPriceType(PriceType.PER_UNIT).setUnitName("lb").setDefaultTaxRates(false);