Uses of Class
com.broadleafcommerce.paypal.micro.gateway.domain.orders.AmountWithBreakdown
-
-
Uses of AmountWithBreakdown in com.broadleafcommerce.paypal.micro.gateway.domain.orders
Methods in com.broadleafcommerce.paypal.micro.gateway.domain.orders that return AmountWithBreakdown Modifier and Type Method Description AmountWithBreakdown
PurchaseUnit. 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 AmountWithBreakdown Modifier and Type Method Description void
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 AmountWithBreakdown Modifier and Type Method Description javax.money.MonetaryAmount
PayPalUtils. getMonetaryAmountForAmountWithBreakdown(AmountWithBreakdown amount)
-
Uses of AmountWithBreakdown in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return AmountWithBreakdown Modifier and Type Method Description protected AmountWithBreakdown
DefaultPayPalOrderService. constructAmountWithBreakdown(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-