Interface ChinesePaymentServicesStrategy
-
- All Known Implementing Classes:
DefaultChinesePaymentServicesStrategy
public interface ChinesePaymentServicesStrategyThe Strategy of ChinesePaymentServices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChinesePaymentServicegetPaymentService(java.lang.String paymentService)Getting the PaymentService
-
-
-
Method Detail
-
getPaymentService
ChinesePaymentService getPaymentService(java.lang.String paymentService)
Getting the PaymentService- Parameters:
paymentService- the id of the paymentService- Returns:
- ChinesePaymentService
-
-