Uses of Class
com.onlinepayments.domain.AmountBreakdown
Packages that use AmountBreakdown
-
Uses of AmountBreakdown in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return AmountBreakdownModifier and TypeMethodDescriptionAmountBreakdown.withAmount(Long value) Amount in cents and always having 2 decimalsType of the amount.Methods in com.onlinepayments.domain that return types with arguments of type AmountBreakdownModifier and TypeMethodDescriptionShoppingCart.getAmountBreakdown()Deprecated.Use order.shipping.shippingCost for shipping cost.Method parameters in com.onlinepayments.domain with type arguments of type AmountBreakdownModifier and TypeMethodDescriptionvoidShoppingCart.setAmountBreakdown(List<AmountBreakdown> value) Deprecated.Use order.shipping.shippingCost for shipping cost.ShoppingCart.withAmountBreakdown(List<AmountBreakdown> value) Deprecated.Use order.shipping.shippingCost for shipping cost.