BankAccountType Property

AuthorizeNet .NET

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

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

Syntax

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

Field Value

The type of the bank account.

Implements

IGatewayRequest..::..BankAccountType

See Also