public final class ShoppingCartItem extends AbstractModel
Modifier and Type | Class and Description |
---|---|
static class |
ShoppingCartItem.Builder
Builder creates instances of ShippingCartItem
from values set by the builder's methods. |
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getItemId() |
BigDecimal |
getPrice() |
Integer |
getQuantity() |
toJson, toString
public String getCategory()
public String getItemId()
public Integer getQuantity()
public BigDecimal getPrice()
Copyright © 2016 MaxMind, Inc.. All rights reserved.