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 ShoppingCartItem
ShoppingCartItem.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.Builder
Transaction.Builder. addShoppingCartItem(ShoppingCartItem val)
Add aShoppingCartItem
to the shopping cart.
-