BankAccountNumber Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the bank account number.

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

Syntax

C#
public string BankAccountNumber { get; set; }
Visual Basic
Public Property BankAccountNumber As String
	Get
	Set
Visual C++
public:
virtual property String^ BankAccountNumber {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The bank account number.

Implements

IGatewayRequest..::..BankAccountNumber

See Also