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

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Creates an ECheck transaction (defaulted to WEB) request for use with the AIM gateway

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

Syntax

C#
public EcheckRequest(
	decimal amount,
	string bankABACode,
	string bankAccountNumber,
	BankAccountType acctType,
	string bankName,
	string acctName,
	string bankCheckNumber
)
Visual Basic
Public Sub New ( _
	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(
	Decimal amount, 
	String^ bankABACode, 
	String^ bankAccountNumber, 
	BankAccountType acctType, 
	String^ bankName, 
	String^ acctName, 
	String^ bankCheckNumber
)

Parameters

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