Interface TmaCreditCardDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<CreditCardPaymentInfoModel>
All Known Implementing Classes:
DefaultTmaCreditCardDao

public interface TmaCreditCardDao extends de.hybris.platform.servicelayer.internal.dao.GenericDao<CreditCardPaymentInfoModel>
Since:
2302
  • Method Details

    • findCreditCardPaymentInfoByCustomer

      CreditCardPaymentInfoModel findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, String code)
      Retrieves the customer's credit card payment info
      Parameters:
      customerModel - the customer
      code - the code of the credit card payment info
      Returns:
      the credit card payment info