java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.ShoppingCartItem
An item in the shopping cart.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder
creates instances ofShippingCartItem
from values set by the builder's methods. -
Method Summary
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getCategory
- Returns:
- The category of the item.
-
getItemId
- Returns:
- The ID of the item.
-
getQuantity
- Returns:
- The quantity of the item.
-
getPrice
- Returns:
- The price of the item.
-