DatedMoneySpecification constant

IriTerm const DatedMoneySpecification

IRI for schema:DatedMoneySpecification

A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. Note: This type has been superseded by {MonetaryAmount}, use of that type is recommended.

Implementation

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