BankAccountType Property
Indicates whether a checking or savings account is used for this transaction.
Syntax
echeckcontrol.BankAccountType[=integer]
Possible Values
atChecking(0), atSavings(1)
Default Value
0
Remarks
Indicates whether a checking or savings account is used for this transaction. For gateways that support it, this property allows funds to be withdrawn (or added in the case of a Credit) from either the customer's Checking or Savings account.
Available values:
Value | Definition |
atChecking (0) | Checking Account. |
atSavings (1) | Savings Account. |
This property is not available at design time.
Data Type
Integer