BankAccountName Property

AuthorizeNet .NET

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

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

Syntax

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

Field Value

The name of the bank account.

Implements

IGatewayRequest..::..BankAccountName

See Also