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 AmountWithBreakdownPurchaseUnit. 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 voidPurchaseUnit. 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.MonetaryAmountPayPalUtils. 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 AmountWithBreakdownDefaultPayPalOrderService. constructAmountWithBreakdown(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)
-