| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
AmountBreakdown |
AmountBreakdown.withAmount(Long value)
Amount in cents and always having 2 decimals
|
AmountBreakdown |
AmountBreakdown.withType(String value)
Type of the amount.
|
| Modifier and Type | Method and Description |
|---|---|
List<AmountBreakdown> |
ShoppingCart.getAmountBreakdown()
Deprecated: Use order.shipping.shippingCost for shipping cost.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShoppingCart.setAmountBreakdown(List<AmountBreakdown> value)
Deprecated: Use order.shipping.shippingCost for shipping cost.
|
ShoppingCart |
ShoppingCart.withAmountBreakdown(List<AmountBreakdown> value)
Deprecated: Use order.shipping.shippingCost for shipping cost.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.