CardholderVerificationMethod

com.anywherecommerce.android.sdk.models

Enum CardholderVerificationMethod

  • java.lang.Object

  • java.lang.Enum<CardholderVerificationMethod>
    com.anywherecommerce.android.sdk.models.CardholderVerificationMethod

  • All Implemented Interfaces:java.io.Serializable, java.lang.Comparable<CardholderVerificationMethod>-

    public enum <span class="typeNameLabel">CardholderVerificationMethod</span>
    extends java.lang.Enum<
    

CardholderVerificationMethod>

Created by Admin on 11/7/2017.



- 

<a name="enum.constant.summary"></a>

### Enum Constant Summary
    
    Enum Constant and Description`<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#BIOMETRIC">BIOMETRIC</a></span>` `<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#NONE">NONE</a></span>` `<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#OTHER">OTHER</a></span>` `<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#PIN">PIN</a></span>` `<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#SIGNATURE">SIGNATURE</a></span>` `<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#UNKNOWN">UNKNOWN</a></span>` `<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#VOICE">VOICE</a></span>`




<a name="field.summary"></a>

### Field Summary
    
    Modifier and TypeField and Description`java.lang.String``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#detail">detail</a></span>`




<a name="method.summary"></a>

### Method Summary
    
    Modifier and TypeMethod and Description`static 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a>``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#fromTag9f34-java.lang.String-">fromTag9f34</a></span>(java.lang.String tag9f34Value)` `static 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a>``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String name)`Returns the enum constant of this type with the specified name.
    
    `static 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a>[]``<span class="memberNameLink">

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html#values--">values</a></span>()`Returns an array containing the constants of this enum type, in the order they are declared.
    
    
    

<a name="methods.inherited.from.class.java.lang.Enum"></a>

### Methods inherited from class java.lang.Enum
          
          `clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf`
    
    
    

<a name="methods.inherited.from.class.java.lang.Object"></a>

### Methods inherited from class java.lang.Object
          
          `getClass, notify, notifyAll, wait, wait, wait`



- 

<a name="enum.constant.detail"></a>

### Enum Constant Detail
<a name="UNKNOWN"></a>
    

#### UNKNOWN
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> UNKNOWN`
<a name="NONE"></a>
    

#### NONE
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> NONE`
<a name="PIN"></a>
    

#### PIN
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> PIN`
<a name="SIGNATURE"></a>
    

#### SIGNATURE
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> SIGNATURE`
<a name="BIOMETRIC"></a>
    

#### BIOMETRIC
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> BIOMETRIC`
<a name="VOICE"></a>
    

#### VOICE
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> VOICE`
<a name="OTHER"></a>
    

#### OTHER
          
          `public static final 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> OTHER`




<a name="field.detail"></a>

### Field Detail
<a name="detail"></a>
    

#### detail
          
          `public java.lang.String detail`




<a name="method.detail"></a>

### Method Detail
<a name="values--"></a>
    

#### values
          
          `public static 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a>[] values()`Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: ```
          
          for (CardholderVerificationMethod c : CardholderVerificationMethod.values())
              System.out.println(c);
          ```
          
          
          Returns:an array containing the constants of this enum type, in the order they are declared
<a name="valueOf-java.lang.String-"></a>
    

#### valueOf
          
          `public static 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> valueOf(java.lang.String name)`Returns the enum constant of this type with the specified name. The string must match _exactly_ an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
          
          Parameters:`name` the name of the enum constant to be returned.Returns:the enum constant with the specified nameThrows:`java.lang.IllegalArgumentException` if this enum type has no constant with the specified name`java.lang.NullPointerException` if the argument is null
<a name="fromTag9f34-java.lang.String-"></a>
    

#### fromTag9f34
          
          `public static 

<a href="#com/anywherecommerce/android/sdk/models/CardholderVerificationMethod.html" title="enum in com.anywherecommerce.android.sdk.models">CardholderVerificationMethod</a> fromTag9f34(java.lang.String tag9f34Value)`