Uses of Class
com.maxmind.minfraud.request.ShoppingCartItem
-
Packages that use ShoppingCartItem Package Description com.maxmind.minfraud.request -
-
Uses of ShoppingCartItem in com.maxmind.minfraud.request
Methods in com.maxmind.minfraud.request that return ShoppingCartItem Modifier and Type Method Description ShoppingCartItemShoppingCartItem.Builder. build()Methods in com.maxmind.minfraud.request that return types with arguments of type ShoppingCartItem Modifier and Type Method Description List<ShoppingCartItem>Transaction. getShoppingCart()Methods in com.maxmind.minfraud.request with parameters of type ShoppingCartItem Modifier and Type Method Description Transaction.BuilderTransaction.Builder. addShoppingCartItem(ShoppingCartItem val)Add aShoppingCartItemto the shopping cart.
-