Interface OrderPayableCheckStrategy
- All Known Implementing Classes:
ChineseOrderPayableCheckStrategy
public interface OrderPayableCheckStrategy
Checks if order is payable.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisOrderPayable(OrderData orderData) Checks if order is payable.
-
Method Details
-
isOrderPayable
Checks if order is payable.- Parameters:
orderData- the order data
-