Uses of Enum Class
de.hybris.platform.payment.commands.result.CardValidationError
Packages that use CardValidationError
-
Uses of CardValidationError in de.hybris.platform.payment.commands.result
Methods in de.hybris.platform.payment.commands.result that return CardValidationErrorModifier and TypeMethodDescriptionstatic CardValidationErrorReturns the enum constant of this class with the specified name.static CardValidationError[]CardValidationError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.payment.commands.result that return types with arguments of type CardValidationErrorModifier and TypeMethodDescriptionCardValidationResult.getValidationErrors()The validation process will not stop at the first error, so there may be more than one validation error attached to this object.Methods in de.hybris.platform.payment.commands.result with parameters of type CardValidationErrorModifier and TypeMethodDescriptionvoidCardValidationResult.addValidationError(CardValidationError validationError) Method parameters in de.hybris.platform.payment.commands.result with type arguments of type CardValidationErrorModifier and TypeMethodDescriptionvoidCardValidationResult.addValidationErrors(Collection<CardValidationError> validationErrors) voidCardValidationResult.setValidationErrors(Set<CardValidationError> validationErrors)