public enum Cv2AvsPolicy extends java.lang.Enum<Cv2AvsPolicy>
| Enum Constant and Description |
|---|
ADDRESS
Generated enum value for
Cv2AvsPolicy.ADDRESS value defined at extension payment. |
CV2
Generated enum value for
Cv2AvsPolicy.CV2 value defined at extension payment. |
POSTAL_CODE
Generated enum value for
Cv2AvsPolicy.POSTAL_CODE value defined at extension payment. |
| Modifier and Type | Method and Description |
|---|---|
static Cv2AvsPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cv2AvsPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cv2AvsPolicy CV2
Cv2AvsPolicy.CV2 value defined at extension payment.public static final Cv2AvsPolicy POSTAL_CODE
Cv2AvsPolicy.POSTAL_CODE value defined at extension payment.public static final Cv2AvsPolicy ADDRESS
Cv2AvsPolicy.ADDRESS value defined at extension payment.public static Cv2AvsPolicy[] values()
for (Cv2AvsPolicy c : Cv2AvsPolicy.values()) System.out.println(c);
public static Cv2AvsPolicy 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.