BankAccount
Employee bank account information
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| UpdatedAt | Datetime | ||
| AccountAlias | String | ||
| AccountBalanceCents | Integer | ||
| AccountNumber | String | ||
| AccountNumberType | String |
The allowed values are iban, account. | |
| AvailableBalanceCents | Integer | ||
| BankName | String | ||
| BeneficiaryName | String | ||
| Bic | String | ||
| Country | String | ||
| Currency | String |
The allowed values are EUR, USD, GBP. | |
| ExternalId | String | ||
| Iban | String | ||
| LegalEntityId | Integer | ||
| PendingBalanceCents | Integer | ||
| RoutingNumber | String | ||
| SortCode | String |