Interface TmaPaymentMethodService
- All Known Implementing Classes:
DefaultTmaPaymentMethodService
public interface TmaPaymentMethodService
Service that is used with telco related payment method functionality.
- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptiongetCreditCardPaymentInfo(CustomerModel customerModel, String code) Retrieves the customer's credit card payment info given its code
-
Method Details
-
getCreditCardPaymentInfo
Retrieves the customer's credit card payment info given its code- Parameters:
customerModel- the customercode- the code- Returns:
- The credit card payment info
-