Uses of Class
de.hybris.platform.payment.commands.result.CardValidationError
-
Packages that use CardValidationError Package Description de.hybris.platform.payment.commands.result -
-
Uses of CardValidationError in de.hybris.platform.payment.commands.result
Methods in de.hybris.platform.payment.commands.result that return CardValidationError Modifier and Type Method Description static CardValidationErrorCardValidationError. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CardValidationError[]CardValidationError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.payment.commands.result that return types with arguments of type CardValidationError Modifier and Type Method Description java.util.Set<CardValidationError>CardValidationResult. 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 CardValidationError Modifier and Type Method Description voidCardValidationResult. addValidationError(CardValidationError validationError)Method parameters in de.hybris.platform.payment.commands.result with type arguments of type CardValidationError Modifier and Type Method Description voidCardValidationResult. addValidationErrors(java.util.Collection<CardValidationError> validationErrors)voidCardValidationResult. setValidationErrors(java.util.Set<CardValidationError> validationErrors)
-