Uses of Interface
de.hybris.platform.warehousing.returns.service.RefundAmountCalculationService
-
-
Uses of RefundAmountCalculationService in de.hybris.platform.warehousing.returns.service.impl
Classes in de.hybris.platform.warehousing.returns.service.impl that implement RefundAmountCalculationService Modifier and Type Class Description class
DefaultRefundAmountCalculationService
Calculates the refund amount based on the basePrice of products being returned. -
Uses of RefundAmountCalculationService in de.hybris.platform.yacceleratorordermanagement.actions.returns
Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns that return RefundAmountCalculationService Modifier and Type Method Description protected RefundAmountCalculationService
CaptureRefundAction. getRefundAmountCalculationService()
Methods in de.hybris.platform.yacceleratorordermanagement.actions.returns with parameters of type RefundAmountCalculationService Modifier and Type Method Description void
CaptureRefundAction. setRefundAmountCalculationService(RefundAmountCalculationService refundAmountCalculationService)
-
Uses of RefundAmountCalculationService in de.hybris.platform.ysapdpordermanagement.actions.returns
Methods in de.hybris.platform.ysapdpordermanagement.actions.returns that return RefundAmountCalculationService Modifier and Type Method Description protected RefundAmountCalculationService
SapDigitalPaymentCaptureRefundAction. getRefundAmountCalculationService()
Methods in de.hybris.platform.ysapdpordermanagement.actions.returns with parameters of type RefundAmountCalculationService Modifier and Type Method Description void
SapDigitalPaymentCaptureRefundAction. setRefundAmountCalculationService(RefundAmountCalculationService refundAmountCalculationService)
-