Uses of Interface
de.hybris.platform.payment.strategy.PaymentInfoCreatorStrategy
-
Packages that use PaymentInfoCreatorStrategy Package Description de.hybris.platform.payment.impl de.hybris.platform.payment.strategy.impl -
-
Uses of PaymentInfoCreatorStrategy in de.hybris.platform.payment.impl
Methods in de.hybris.platform.payment.impl that return PaymentInfoCreatorStrategy Modifier and Type Method Description protected PaymentInfoCreatorStrategyDefaultPaymentServiceImpl. getPaymentInfoCreator()Methods in de.hybris.platform.payment.impl with parameters of type PaymentInfoCreatorStrategy Modifier and Type Method Description voidDefaultPaymentServiceImpl. setPaymentInfoCreator(PaymentInfoCreatorStrategy paymentInfoCreator) -
Uses of PaymentInfoCreatorStrategy in de.hybris.platform.payment.strategy.impl
Classes in de.hybris.platform.payment.strategy.impl that implement PaymentInfoCreatorStrategy Modifier and Type Class Description classDefaultCreditCardPaymentInfoStrategyThis class is used byDefaultPaymentServiceImplto attaches a PaymentInfo to the payment transaction instance during authorization.
-