Enum Class AvsResponse

java.lang.Object
java.lang.Enum<AvsResponse>
com.blockchyp.client.dto.AvsResponse
All Implemented Interfaces:
Serializable, Comparable<AvsResponse>, java.lang.constant.Constable

public enum AvsResponse extends Enum<AvsResponse>
  • Enum Constant Details

    • NOT_APPLICABLE

      public static final AvsResponse NOT_APPLICABLE
    • NOT_SUPPORTED

      public static final AvsResponse NOT_SUPPORTED
    • RETRY

      public static final AvsResponse RETRY
    • NO_MATCH

      public static final AvsResponse NO_MATCH
    • ADDRESS_MATCH

      public static final AvsResponse ADDRESS_MATCH
    • POSTAL_CODE_MATCH

      public static final AvsResponse POSTAL_CODE_MATCH
    • ADDRESS_AND_POSTAL_CODE_MATCH

      public static final AvsResponse ADDRESS_AND_POSTAL_CODE_MATCH
  • Method Details

    • values

      public static AvsResponse[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AvsResponse valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()