Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether receiver's bank account is specified and has a correct length.
Syntax
protected boolean checkReceiversBankAccount(VendTable _vendTable, VendBankAccount _vendBankAccount)
Run On
Called
Parameters
- _vendTable
Type: VendTable Table
VendTable object to be verified.
- _vendBankAccount
Type: VendBankAccount Table
VendBankAccount object to be verified.
Return Value
Type: boolean
true if receiver's bank account value exists and length is correct, false otherwise.