Record

employee-wage

No description available.

record employee-wage {
  employee-id: option​<string>,
  hourly-rate: option​<money>,
  id: option​<string>,
  title: option​<string>,
}

Fields

NameTypeDescription
employee-idoption​<string>
hourly-rateoption​<money>
idoption​<string>
titleoption​<string>