PaymentGatewayLibrary

AuthorizeNetRequest.BankAccountType Property

Gets or sets the type of bank account of the customer.

[Visual Basic]
Public Property BankAccountType As BankAccountType
[C#]
public AuthorizeNet.BankAccountType BankAccountType {get; set;}

Remarks

This value is required if Method is ECHECK.

Exceptions

Exception TypeCondition
InvalidEnumArgumentExceptionThe exception thrown when using invalid BankAccountType argument.

See Also

AuthorizeNetRequest Class | Duis.Payment Namespace