public interface CartValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validateCart(CartModel cart)
validates the
CartModel. |
void validateCart(CartModel cart) throws InvalidCartException
CartModel. Currently not in use!cart - the cartInvalidCartException - an exceptionCopyright © 2018 SAP SE. All Rights Reserved.