Record
employee-wage
No description available.
record employee-wage {
employee-id: option<string>,
hourly-rate: option<money>,
id: option<string>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| employee-id | option<string> | |
| hourly-rate | option<money> | |
| id | option<string> | |
| title | option<string> |