EcheckRequest Constructor (EcheckType, Decimal, String, String, BankAccountType, String, String, String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Creates an ECheck transaction request for use with the AIM gateway

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public EcheckRequest(
	EcheckType type,
	decimal amount,
	string bankABACode,
	string bankAccountNumber,
	BankAccountType acctType,
	string bankName,
	string acctName,
	string bankCheckNumber
)
Visual Basic
Public Sub New ( _
	type As EcheckType, _
	amount As Decimal, _
	bankABACode As String, _
	bankAccountNumber As String, _
	acctType As BankAccountType, _
	bankName As String, _
	acctName As String, _
	bankCheckNumber As String _
)
Visual C++
public:
EcheckRequest(
	EcheckType type, 
	Decimal amount, 
	String^ bankABACode, 
	String^ bankAccountNumber, 
	BankAccountType acctType, 
	String^ bankName, 
	String^ acctName, 
	String^ bankCheckNumber
)

Parameters

type
Type: AuthorizeNet..::..EcheckType
The Echeck Transaction type: ARC, BOC, CCD, PPD, TEL, WEB
amount
Type: System..::..Decimal
bankABACode
Type: System..::..String
The valid routing number of the customer’s bank
bankAccountNumber
Type: System..::..String
The customer’s valid bank account number
acctType
Type: AuthorizeNet..::..BankAccountType
CHECKING, BUSINESSCHECKING, SAVINGS
bankName
Type: System..::..String
The name of the bank that holds the customer’s account
acctName
Type: System..::..String
The name associated with the bank account
bankCheckNumber
Type: System..::..String
The check number on the customer’s paper check

See Also