| Package | Description |
|---|---|
| de.hybris.platform.payment.methods | |
| de.hybris.platform.payment.methods.impl |
| Modifier and Type | Method and Description |
|---|---|
CardValidationResult |
CardValidator.checkCard(CardInfo cardInfo)
Performs the complete suite of card validation, including the luhn check.
|
| Modifier and Type | Method and Description |
|---|---|
CardValidationResult |
CardValidatorImpl.checkCard(CardInfo cardInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CardValidatorImpl.validateCardNumber(CardValidationResult validationResult,
CardInfo cardInfo)
Implements basic card validation.
|
protected void |
CardValidatorImpl.validateCardScheme(CardValidationResult result,
CardInfo cardInfo)
checks to see if the card scheme is supported for the given result with card scheme data.
|
protected void |
CardValidatorImpl.validateCv2(CardValidationResult validationResult,
CardInfo cardInfo,
boolean isCv2AvsPolicyDisabled) |
protected void |
CardValidatorImpl.validateCv2Format(CardValidationResult validationResult,
CardInfo cardInfo) |
protected void |
CardValidatorImpl.validateDates(CardValidationResult validationResult,
CardInfo cardInfo) |
protected void |
CardValidatorImpl.validateName(CardValidationResult result,
CardInfo cardInfo)
Checks that the name consists of two separate names
|
Copyright © 2018 SAP SE. All Rights Reserved.