public interface SkuInventory
| Modifier and Type | Method and Description |
|---|---|
List<Inventory> |
getInventory()
Returns associated inventory for this Sku.
|
void |
setInventory(List<Inventory> inventory)
Sets associated inventory items for this Sku.
|
Copyright © 2020. All rights reserved.