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

    • getCategory

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

      public String getItemId()
      Returns:
      The ID of the item.
    • getQuantity

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

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