PayrollBankAccounts
Usage information for the operation PayrollBankAccounts.rsd.
Columns
| Name | Type | Description |
| Timestamp [KEY] | Long | Timestamp |
| BankAccountHolderName | String | The bank account holder name. (maximum of 50 characters) |
| BICCode | String | BIC code of the bank where the bank account is held. (maximum of 11 characters) |
| Created | Datetime | Creation date |
| Creator | String | User ID of creator |
| CreatorFullName | String | Name of creator |
| Description | String | The description of the bank account. (maximum of 60 characters) |
| Employee | String | This is the employee id to which the bank account belongs to. |
| EmployeeFullName | String | Name of employee |
| EmployeeHID | Int | Numeric number of Employee |
| ID | String | Primary key |
| Main | Bool | This indicates if the bank account is the main bank account |
| Modified | Datetime | Last modified date |
| Modifier | String | User ID of modifier |
| ModifierFullName | String | Name of modifier |
| Number | String | This is the bank account number. (maximum of 34 characters) |