Uses of Class
de.hybris.platform.payment.commands.result.CardValidationResult
-
Packages that use CardValidationResult Package Description de.hybris.platform.payment.methods de.hybris.platform.payment.methods.impl -
-
Uses of CardValidationResult in de.hybris.platform.payment.methods
Methods in de.hybris.platform.payment.methods that return CardValidationResult Modifier and Type Method Description CardValidationResultCardValidator. checkCard(CardInfo cardInfo)Performs the complete suite of card validation, including the luhn check. -
Uses of CardValidationResult in de.hybris.platform.payment.methods.impl
Methods in de.hybris.platform.payment.methods.impl that return CardValidationResult Modifier and Type Method Description CardValidationResultCardValidatorImpl. checkCard(CardInfo cardInfo)Methods in de.hybris.platform.payment.methods.impl with parameters of type CardValidationResult Modifier and Type Method Description protected voidCardValidatorImpl. validateCardNumber(CardValidationResult validationResult, CardInfo cardInfo)Implements basic card validation.protected voidCardValidatorImpl. validateCardScheme(CardValidationResult result, CardInfo cardInfo)checks to see if the card scheme is supported for the given result with card scheme data.protected voidCardValidatorImpl. validateCv2(CardValidationResult validationResult, CardInfo cardInfo, boolean isCv2AvsPolicyDisabled)protected voidCardValidatorImpl. validateCv2Format(CardValidationResult validationResult, CardInfo cardInfo)protected voidCardValidatorImpl. validateDates(CardValidationResult validationResult, CardInfo cardInfo)protected voidCardValidatorImpl. validateName(CardValidationResult result, CardInfo cardInfo)Checks that the name consists of two separate names
-