Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.2 KB

BankInfo.md

File metadata and controls

23 lines (15 loc) · 1.2 KB

BankInfo

The BankInfo Object ### Description The BankInfo object is used to represent the Bank Account information for an Employee. This is often referenced with an Employee object. ### Usage Example Fetch from the LIST BankInfo endpoint and filter by ID to show all bank information.

Properties

Name Type Description Notes
id UUID [optional] [readonly]
remoteId String The third-party API ID of the matching object. [optional]
employee UUID [optional]
accountNumber String The account number. [optional]
routingNumber String The routing number. [optional]
bankName String The bank name. [optional]
accountType AccountTypeEnum The bank account type [optional]
remoteCreatedAt OffsetDateTime When the matching bank object was created in the third party system. [optional]
remoteData List<RemoteData> [optional] [readonly]
remoteWasDeleted Boolean Indicates whether or not this object has been deleted on the third-party. [optional] [readonly]