| AlternativeProduct |
Represents the backend's view of a AlternativProduct.
|
| AlternativeProductList |
Represents the backend's view of List of AlternativProducts.
In some cases the back end may return a list of alternatives for a entered product, for example if the product was
not unique, or if several substitutions are possible.
|
| Item |
Represents the backend's view of the items of a shopping basket.
|
| ItemBase |
Represents the back-end's view of the items of a sales document.
|
| ItemList |
Interface representing the back-end view of a list of Item.
|
| ItemListBase<T extends SimpleItem> |
This Interface derives from the standard List interface.
|
| SimpleItem |
this interface defines the most common attributes of an item (e.g.
|