TransferToAccountType Property
Type of account where money has to be deposited to.
Syntax
banktransfercontrol.TransferToAccountType[=integer]
Possible Values
atChecking(0), atSavings(1), atMoneyMarket(2), atLineOfCredit(3), atCreditCard(4)
Default Value
0
Remarks
Type of account where money has to be deposited to.
This is required to be provided when initiating or modifying a bank transfer (i.e., when TransferFunds or ModifyTransfer methods are called). If TransferFromAccountType and TransferToAccountType are set to CreditCard, then the TransferFromBankId and TransferToBankId are not required to be provided in the request.
This property uses the following values:
- atChecking (0)
- atSavings (1)
- atMoneyMarket (2)
- atLineOfCredit (3)
- atCreditCard (4)
This property is not available at design time.
Data Type
Integer