EmployeeBankAccountItems
Employee bank account items.
Table Specific Information
Select
The driver will process all filters client side.
Columns
Name | Type | Description |
EmployeeID [KEY] | Uuid | Unique identifier in the form of a guid. |
BSBNumber | String | Required Only: for updating an existing employee's payment details where PaymentMethod = Electronic. Format looks like |
BankAccountName | String | Required Only: for updating an existing employee's payment details where PaymentMethod = Electronic. |
BankAccountNumber | String | Required Only: for updating an existing employee's payment details where PaymentMethod = Electronic. |
Unit | String | Units can consist of the following Enum values: Percent, Dollars, RemainingAmount (read-only for the last account in the collection). |
Value | Integer | Net pay amount to be transferred to employee's account using either Dollars (13.6) or Percent (0.00 - 100.00) |
CompanyFileId | String | The ID of the company file. Takes precedence over the CompanyFileId connection property. |