salaryCurrency constant

IriTerm const salaryCurrency

IRI for schema:salaryCurrency [Expects: https://schema.org/Text]

The currency (coded using ISO 4217) used for the main salary information in this job posting or for this employee.

Can be used on: https://schema.org/EmployeeRole, https://schema.org/JobPosting

Implementation

static const salaryCurrency = IriTerm.prevalidated(
  'https://schema.org/salaryCurrency',
);