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.PurchaseUnitInfo.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 TypeMethodDescriptionvoidPurchaseUnit.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.voidPurchaseUnitInfo.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
Methods in com.broadleafcommerce.paypal.micro.gateway.service that return AmountWithBreakdownModifier and TypeMethodDescriptionprotected AmountWithBreakdownDefaultPayPalCheckoutHostedService.buildAmountWithBreakdown(@NonNull com.broadleafcommerce.paymentgateway.domain.ExternalFulfillmentCallbackInfo callbackInfo) -
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.MonetaryAmountPayPalUtils.getMonetaryAmountForAmountWithBreakdown(AmountWithBreakdown amount) -
Uses of AmountWithBreakdown in com.broadleafcommerce.paypal.micro.service
Methods in com.broadleafcommerce.paypal.micro.service that return AmountWithBreakdownModifier and TypeMethodDescriptionprotected AmountWithBreakdownDefaultPayPalOrderService.constructAmountWithBreakdown(@NonNull com.broadleafcommerce.paymentgateway.domain.PaymentRequest paymentRequest)