BankAccountName Property
Refers to the account from which the funds are being drawn for this bill payment.
Syntax
char* GetBankAccountName();
int SetBankAccountName(char* lpszBankAccountName);
Default Value
""
Remarks
For example, "Checking" or "Savings". This property is only applicable to the pmCheck PaymentMethod.
Data Type
String