Class ShoppingCartItem

java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.ShoppingCartItem

public final class ShoppingCartItem extends AbstractModel
An item in the shopping cart.
  • Method Details

    • category

      public String category()
      Returns:
      The category of the item.
    • itemId

      public String itemId()
      Returns:
      The ID of the item.
    • quantity

      public Integer quantity()
      Returns:
      The quantity of the item.
    • price

      public BigDecimal price()
      Returns:
      The price of the item.