BankName Property
Name of the account holder's bank.
Object Oriented Interface
public function getBankName(); public function setBankName($value);
Procedural Interface
inpay_echeck_get($res, 5 ); inpay_echeck_set($res, 5, $value );
Default Value
''
Remarks
Name of the account holder's bank. For example, Citibank, Wells-Fargo, Wachovia, etc. This property contains the name of the bank associated with the BankRoutingNumber.
This property is not available at design time.
Data Type
String