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