Uses of Class
com.microsoft.store.partnercenter.models.orders.OrderLineItem
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.orders |
-
Uses of OrderLineItem in com.microsoft.store.partnercenter.models.orders
Methods in com.microsoft.store.partnercenter.models.orders that return types with arguments of type OrderLineItem Modifier and Type Method Description Iterable<OrderLineItem>Order. getLineItems()Gets the order line items.Method parameters in com.microsoft.store.partnercenter.models.orders with type arguments of type OrderLineItem Modifier and Type Method Description voidOrder. setLineItems(Iterable<OrderLineItem> value)Sets the order line items.