BankAccountType Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

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

See Also