SalaryFrequency
How often the user is paid this salary
enum SalaryFrequency {
monthly
fortnightly
weekly
}
Values
SalaryFrequency.monthly
The user is paid once a month.
SalaryFrequency.fortnightly
The user is paid once every two weeks.
SalaryFrequency.weekly
The user is paid once a week.