public enum AvsResponse extends Enum<AvsResponse>
Enum Constant and Description |
---|
ADDRESS_AND_POSTAL_CODE_MATCH |
ADDRESS_MATCH |
NO_MATCH |
NOT_APPLICABLE |
NOT_SUPPORTED |
POSTAL_CODE_MATCH |
RETRY |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
static AvsResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvsResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvsResponse NOT_APPLICABLE
public static final AvsResponse NOT_SUPPORTED
public static final AvsResponse RETRY
public static final AvsResponse NO_MATCH
public static final AvsResponse ADDRESS_MATCH
public static final AvsResponse POSTAL_CODE_MATCH
public static final AvsResponse ADDRESS_AND_POSTAL_CODE_MATCH
public static AvsResponse[] values()
for (AvsResponse c : AvsResponse.values()) System.out.println(c);
public static AvsResponse valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getCode()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.