Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.CheckoutPaymentMethodOption.FeeDto
Package
Description
-
Uses of CheckoutPaymentMethodOption.FeeDto in com.broadleafcommerce.cartoperation.domain.payment
Modifier and TypeMethodDescriptionCheckoutPaymentMethodOption.getFees()
The list of applicable fees for this payment option.Modifier and TypeMethodDescriptionvoid
CheckoutPaymentMethodOption.setFees
(List<CheckoutPaymentMethodOption.FeeDto> fees) The list of applicable fees for this payment option. -
Uses of CheckoutPaymentMethodOption.FeeDto in com.broadleafcommerce.cartoperation.service
Modifier and TypeMethodDescriptionprotected com.broadleafcommerce.cart.client.domain.CartItem
DefaultCartOperationService.buildCODFeeCartItem
(CheckoutPaymentMethodOption.FeeDto fee) -
Uses of CheckoutPaymentMethodOption.FeeDto in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Modifier and TypeMethodDescriptionprotected boolean
CartPaymentMethodValidationActivity.doesFeeCartItemExist
(CheckoutPaymentMethodOption.FeeDto fee, @NonNull Map<String, List<com.broadleafcommerce.cart.client.domain.CartItem>> existingFeesByName, @NonNull com.broadleafcommerce.cart.client.domain.Cart cart, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)