public static interface BasketController.CartSummary
BasketController.getCartSummary(). Represents summary
information about the whole cart.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSubtotal()
Get the subtotal for the goods in the order.
|
java.lang.String |
getTotalDiscounts()
Get the total discount on the order.
|
java.lang.String |
getTotalPrice()
Get the final total for the order.
|
java.lang.String |
getTotalTax()
Get the total tax for the order.
|
boolean |
isNet()
Is the cart using Net or Gross pricing.
|
boolean isNet()
java.lang.String getSubtotal()
java.lang.String getTotalDiscounts()
java.lang.String getTotalTax()
isNet()java.lang.String getTotalPrice()
Copyright © 2018 SAP SE. All Rights Reserved.