Interface ChinesePaymentServicesStrategy
- All Known Implementing Classes:
DefaultChinesePaymentServicesStrategy
public interface ChinesePaymentServicesStrategy
The Strategy of ChinesePaymentServices
-
Method Summary
Modifier and TypeMethodDescriptiongetPaymentService(String paymentService) Getting the PaymentService
-
Method Details
-
getPaymentService
Getting the PaymentService- Parameters:
paymentService- the id of the paymentService- Returns:
- ChinesePaymentService
-