Uses of Class
com.microsoft.store.partnercenter.models.carts.CartLineItem
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.carts |
-
Uses of CartLineItem in com.microsoft.store.partnercenter.models.carts
Methods in com.microsoft.store.partnercenter.models.carts that return types with arguments of type CartLineItem Modifier and Type Method Description List<CartLineItem>CartLineItem. getAddOnItems()Gets a list of items that depend on this one, so they have to be purchased subsequently.List<CartLineItem>Cart. getLineItems()Method parameters in com.microsoft.store.partnercenter.models.carts with type arguments of type CartLineItem Modifier and Type Method Description voidCartLineItem. setAddOnItems(List<CartLineItem> value)Sets a list of items that depend on this one, so they have to be purchased subsequently.voidCart. setLineItems(List<CartLineItem> value)