Uses of Class
de.hybris.platform.payment.dto.BasicCardInfo
-
-
Uses of BasicCardInfo in de.hybris.platform.payment.commands.factory
Methods in de.hybris.platform.payment.commands.factory with parameters of type BasicCardInfo Modifier and Type Method Description CommandFactoryCommandFactoryRegistry. getFactory(BasicCardInfo card, boolean threeD)Return Factory of command for payment provider that can serve card. -
Uses of BasicCardInfo in de.hybris.platform.payment.commands.factory.impl
Methods in de.hybris.platform.payment.commands.factory.impl with parameters of type BasicCardInfo Modifier and Type Method Description CommandFactoryDefaultCommandFactoryRegistryImpl. getFactory(BasicCardInfo card, boolean threeD) -
Uses of BasicCardInfo in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl with parameters of type BasicCardInfo Modifier and Type Method Description CommandFactoryCommandFactoryRegistryMockImpl. getFactory(BasicCardInfo card, boolean threeD) -
Uses of BasicCardInfo in de.hybris.platform.payment.commands.request
Methods in de.hybris.platform.payment.commands.request that return BasicCardInfo Modifier and Type Method Description BasicCardInfoEnrollmentCheckRequest. getCard()BasicCardInfoIsApplicableCommandReqest. getCard()Constructors in de.hybris.platform.payment.commands.request with parameters of type BasicCardInfo Constructor Description EnrollmentCheckRequest(java.lang.String merchantTransactionCode, BasicCardInfo card, java.util.Currency currency, java.math.BigDecimal totalAmount)EnrollmentCheckRequest(java.lang.String merchantTransactionCode, BasicCardInfo card, java.util.Currency currency, java.math.BigDecimal totalAmount, java.lang.String httpAccept, java.lang.String httpUserAgent)IsApplicableCommandReqest(BasicCardInfo card, boolean threeD) -
Uses of BasicCardInfo in de.hybris.platform.payment.dto
Subclasses of BasicCardInfo in de.hybris.platform.payment.dto Modifier and Type Class Description classCardInfoInformations about payment cardMethods in de.hybris.platform.payment.dto with parameters of type BasicCardInfo Modifier and Type Method Description voidBasicCardInfo. copy(BasicCardInfo orig)Copy the values from another object
-