net.authorize.data.echeck
Enum ECheckType

java.lang.Object
  extended by java.lang.Enum<ECheckType>
      extended by net.authorize.data.echeck.ECheckType
All Implemented Interfaces:
Serializable, Comparable<ECheckType>

public enum ECheckType
extends Enum<ECheckType>
implements Serializable

eCheck.Net transaction types supported by the Authorize.Net Payment Gateway ARC - Accounts Receivable Conversion BOC - Back Office Conversion CCD - Cash Concentration or Disbursement PPD - Prearranged Payment and Deposit Entry TEL - Telephone-Initiated Entry WEB - Internet-Initiated Entry


Enum Constant Summary
ARC
           
BOC
           
CCD
           
PPD
           
TEL
           
UNKNOWN
           
WEB
           
 
Method Summary
static ECheckType findByValue(String value)
           
 String getValue()
           
static ECheckType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ECheckType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ARC

public static final ECheckType ARC

BOC

public static final ECheckType BOC

CCD

public static final ECheckType CCD

PPD

public static final ECheckType PPD

TEL

public static final ECheckType TEL

WEB

public static final ECheckType WEB

UNKNOWN

public static final ECheckType UNKNOWN
Method Detail

values

public static ECheckType[] 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 (ECheckType c : ECheckType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ECheckType valueOf(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 name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

findByValue

public static ECheckType findByValue(String value)

getValue

public String getValue()
Returns:
the value


Copyright © 2014. All Rights Reserved.