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