Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AmountWithBreakdown
Packages that use AmountWithBreakdown
Package
Description
-
Uses of AmountWithBreakdown in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return AmountWithBreakdownModifier and TypeMethodDescriptionPurchaseUnit.getAmountWithBreakdown()
The total order amount with an optional breakdown that provides details, such as the total item amount, total tax amount, shipping, handling, insurance, and discounts, if any.Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders with parameters of type AmountWithBreakdownModifier and TypeMethodDescriptionvoid
PurchaseUnit.setAmountWithBreakdown
(AmountWithBreakdown amountWithBreakdown) The total order amount with an optional breakdown that provides details, such as the total item amount, total tax amount, shipping, handling, insurance, and discounts, if any. -
Uses of AmountWithBreakdown in com.broadleafcommerce.paypal.micro.gateway.service.util
Methods in com.broadleafcommerce.paypal.micro.gateway.service.util with parameters of type AmountWithBreakdownModifier and TypeMethodDescriptionjavax.money.MonetaryAmount
PayPalUtils.getMonetaryAmountForAmountWithBreakdown
(AmountWithBreakdown amount) -
Uses of AmountWithBreakdown in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return AmountWithBreakdownModifier and TypeMethodDescriptionprotected AmountWithBreakdown
DefaultPayPalOrderService.constructAmountWithBreakdown
(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)