EmployeeRole
Type name: EmployeeRole
Extends OrganizationRole
Name |
Type |
Description |
baseSalary |
Number or PriceSpecification |
The base salary of the job or of an employee in an EmployeeRole. |
salaryCurrency |
Text |
The currency (coded using ISO 4217, http://en.wikipedia.org/wiki/ISO_4217 ) used for the main salary information in this job posting or for this employee. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["EmployeeRole is a type of OrganizationRole, providing information about an employee's job within an organization."],["It includes details like base salary (represented as a number or price specification) and the currency used for salary."]]],["The `EmployeeRole` type, extending `OrganizationRole`, includes details about an employee's compensation. `baseSalary` specifies the employee's or job's base salary, which can be a `Number` or a `PriceSpecification`. The `salaryCurrency` field, of type `Text`, indicates the currency used for the base salary, following the ISO 4217 standard. This data is intended for job postings or employee information.\n"]]