Interface FindPaymentCostStrategy
- All Superinterfaces:
ServiceLayerOnlyCalculationVerifier
- All Known Implementing Classes:
DefaultFindPaymentCostStrategy,DefaultSLFindPaymentCostStrategy
Strategy focused on resolving payment cost for a given order. Payment cost depends on the payment mode chosen at the
checkout.
-
Method Summary
Modifier and TypeMethodDescriptiongetPaymentCost(AbstractOrderModel order) Returns cost of the given order that is related with payment.Methods inherited from interface de.hybris.platform.order.strategies.calculation.ServiceLayerOnlyCalculationVerifier
isSLOnly
-
Method Details
-
getPaymentCost
Returns cost of the given order that is related with payment.- Parameters:
order-AbstractOrderModel- Returns:
PriceValuerepresenting payment cost introduced in the order.
-