Interface OrderPayableCheckStrategy
-
- All Known Implementing Classes:
ChineseOrderPayableCheckStrategy
public interface OrderPayableCheckStrategyChecks if order is payable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOrderPayable(OrderData orderData)Checks if order is payable.
-
-
-
Method Detail
-
isOrderPayable
boolean isOrderPayable(OrderData orderData)
Checks if order is payable.- Parameters:
orderData- the order data
-
-