| Package | Description |
|---|---|
| de.hybris.platform.payment.commands.result |
| Modifier and Type | Method and Description |
|---|---|
static CardValidationError |
CardValidationError.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardValidationResult.addValidationError(CardValidationError validationError) |
| Modifier and Type | Method and Description |
|---|---|
void |
CardValidationResult.addValidationErrors(java.util.Collection<CardValidationError> validationErrors) |
void |
CardValidationResult.setValidationErrors(java.util.Set<CardValidationError> validationErrors) |
Copyright © 2018 SAP SE. All Rights Reserved.