Uses of Class
de.hybris.platform.payment.dto.BasicCardInfo
Packages that use BasicCardInfo
Package
Description
-
Uses of BasicCardInfo in de.hybris.platform.payment.commands.factory
Methods in de.hybris.platform.payment.commands.factory with parameters of type BasicCardInfoModifier and TypeMethodDescriptionCommandFactoryRegistry.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 BasicCardInfoModifier and TypeMethodDescriptionDefaultCommandFactoryRegistryImpl.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 BasicCardInfoModifier and TypeMethodDescriptionCommandFactoryRegistryMockImpl.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 BasicCardInfoModifier and TypeMethodDescriptionEnrollmentCheckRequest.getCard()IsApplicableCommandReqest.getCard()Constructors in de.hybris.platform.payment.commands.request with parameters of type BasicCardInfoModifierConstructorDescriptionprotectedEnrollmentCheckRequest(String merchantTransactionCode, BasicCardInfo card, Currency currency, BigDecimal totalAmount) EnrollmentCheckRequest(String merchantTransactionCode, BasicCardInfo card, Currency currency, BigDecimal totalAmount, String httpAccept, String httpUserAgent) IsApplicableCommandReqest(BasicCardInfo card, boolean threeD) -
Uses of BasicCardInfo in de.hybris.platform.payment.dto
Subclasses of BasicCardInfo in de.hybris.platform.payment.dtoMethods in de.hybris.platform.payment.dto with parameters of type BasicCardInfoModifier and TypeMethodDescriptionvoidBasicCardInfo.copy(BasicCardInfo orig) Copy the values from another object