MergeHRISClient.Model.BankInfo (MergeHRISClient v1.0.3) View Source
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.
Link to this section Summary
Link to this section Types
Specs
t() :: %MergeHRISClient.Model.BankInfo{
account_number: String.t() | nil,
account_type: AccountTypeEnum | nil,
bank_name: String.t() | nil,
employee: String.t() | nil,
id: String.t() | nil,
remote_created_at: DateTime.t() | nil,
remote_data: [MergeHRISClient.Model.RemoteData.t()] | nil,
remote_id: String.t() | nil,
remote_was_deleted: boolean() | nil,
routing_number: String.t() | nil
}