net.authorize.data.echeck
Enum ECheckType
java.lang.Object
java.lang.Enum<ECheckType>
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
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
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.