pbAuthorize.Net

AuthorizeNet.BankAccountType Property

eChecks Only. Bank Account Type.
See BankAccType Enum for options.

[Visual Basic]
Public Property AuthorizeNet.BankAccType As 
[C#]
public BankAccType AuthorizeNet.BankAccType { get; set; }
[C++]
public: __property  get_AuthorizeNet.BankAccType();
public: __property void set_AuthorizeNet.BankAccType(BankAccType );
[JScript]
public function get AuthorizeNet.BankAccType() : BankAccType
public function set AuthorizeNet.BankAccType(BankAccType);

Property Value

The type of the bank account.

See Also

AuthorizeNet Class | pbAuthorizeNet Namespace