public static interface Storefront.BaseCartLine
| Modifier and Type | Method and Description |
|---|---|
Storefront.Attribute |
getAttribute() |
java.util.List<Storefront.Attribute> |
getAttributes() |
Storefront.CartLineCost |
getCost() |
java.util.List<Storefront.CartDiscountAllocation> |
getDiscountAllocations() |
Storefront.CartLineEstimatedCost |
getEstimatedCost() |
java.lang.String |
getGraphQlTypeName() |
ID |
getId() |
Storefront.Merchandise |
getMerchandise() |
java.lang.Integer |
getQuantity() |
Storefront.SellingPlanAllocation |
getSellingPlanAllocation() |
java.lang.String getGraphQlTypeName()
Storefront.Attribute getAttribute()
java.util.List<Storefront.Attribute> getAttributes()
Storefront.CartLineCost getCost()
java.util.List<Storefront.CartDiscountAllocation> getDiscountAllocations()
Storefront.CartLineEstimatedCost getEstimatedCost()
ID getId()
Storefront.Merchandise getMerchandise()
java.lang.Integer getQuantity()
Storefront.SellingPlanAllocation getSellingPlanAllocation()