Employee Bank Account Model

Property Value Description Notes
id integer The id of the employee bank account.
employee_id integer The id of the employee.
type enum The type of bank account.

dd - direct deposit
ach_order integer The order which monies are applied to the bank account.
percent decimal The percent of net pay applied to the bank account. Takes precedent over amount.
amount decimal The amount of net pay applied to the bank account.
routing string The routing number of the bank account.
account string The account number of the bank account.
savings boolean Indicates if the account is a savings account.