







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest..::..BankAccountType Property |
| GatewayRequest Class See Also Send Feedback |
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; } |
