Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.CheckoutPaymentMethodOption.FeeDto
-
-
Uses of CheckoutPaymentMethodOption.FeeDto in com.broadleafcommerce.cartoperation.domain.payment
Methods in com.broadleafcommerce.cartoperation.domain.payment that return types with arguments of type CheckoutPaymentMethodOption.FeeDto Modifier and Type Method Description List<CheckoutPaymentMethodOption.FeeDto>CheckoutPaymentMethodOption. getFees()The list of applicable fees for this payment option.Method parameters in com.broadleafcommerce.cartoperation.domain.payment with type arguments of type CheckoutPaymentMethodOption.FeeDto Modifier and Type Method Description voidCheckoutPaymentMethodOption. setFees(List<CheckoutPaymentMethodOption.FeeDto> fees)The list of applicable fees for this payment option. -
Uses of CheckoutPaymentMethodOption.FeeDto in com.broadleafcommerce.cartoperation.service
Methods in com.broadleafcommerce.cartoperation.service with parameters of type CheckoutPaymentMethodOption.FeeDto Modifier and Type Method Description protected com.broadleafcommerce.cart.client.domain.CartItemDefaultCartOperationService. buildCODFeeCartItem(CheckoutPaymentMethodOption.FeeDto fee) -
Uses of CheckoutPaymentMethodOption.FeeDto in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity
Methods in com.broadleafcommerce.cartoperation.service.checkout.workflow.activity with parameters of type CheckoutPaymentMethodOption.FeeDto Modifier and Type Method Description protected booleanCartPaymentMethodValidationActivity. 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)
-