Skip to main content

SalaryFrequency

How often the user is paid this salary

enum SalaryFrequency {
monthly
fortnightly
weekly
}

Values

monthly

The user is paid once a month.

fortnightly

The user is paid once every two weeks.

weekly

The user is paid once a week.