| Enum Constant and Description |
|---|
INVALID
Generated enum value for
AvsStatus.INVALID value defined at extension payment. |
MATCHED
Generated enum value for
AvsStatus.MATCHED value defined at extension payment. |
NO_RESULT
Generated enum value for
AvsStatus.NO_RESULT value defined at extension payment. |
NOT_MATCHED
Generated enum value for
AvsStatus.NOT_MATCHED value defined at extension payment. |
NOT_SUPPORTED
Generated enum value for
AvsStatus.NOT_SUPPORTED value defined at extension payment. |
PARTIAL_MATCH
Generated enum value for
AvsStatus.PARTIAL_MATCH value defined at extension payment. |
SYSTEM_UNAVAILABLE
Generated enum value for
AvsStatus.SYSTEM_UNAVAILABLE value defined at extension payment. |
UNRECOGNIZED_RESULT
Generated enum value for
AvsStatus.UNRECOGNIZED_RESULT value defined at extension payment. |
| Modifier and Type | Method and Description |
|---|---|
static AvsStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AvsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvsStatus PARTIAL_MATCH
AvsStatus.PARTIAL_MATCH value defined at extension payment.public static final AvsStatus MATCHED
AvsStatus.MATCHED value defined at extension payment.public static final AvsStatus NOT_MATCHED
AvsStatus.NOT_MATCHED value defined at extension payment.public static final AvsStatus NOT_SUPPORTED
AvsStatus.NOT_SUPPORTED value defined at extension payment.public static final AvsStatus INVALID
AvsStatus.INVALID value defined at extension payment.public static final AvsStatus NO_RESULT
AvsStatus.NO_RESULT value defined at extension payment.public static final AvsStatus UNRECOGNIZED_RESULT
AvsStatus.UNRECOGNIZED_RESULT value defined at extension payment.public static final AvsStatus SYSTEM_UNAVAILABLE
AvsStatus.SYSTEM_UNAVAILABLE value defined at extension payment.public static AvsStatus[] values()
for (AvsStatus c : AvsStatus.values()) System.out.println(c);
public static AvsStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.