billingDuration constant

IriTerm const billingDuration

billingDuration [Expects: https://schema.org/Duration, https://schema.org/Number, https://schema.org/QuantitativeValue]

Specifies for how long this price (or price component) will be billed. Can be used, for example, to model the contractual duration of a subscription or payment plan. Type can be either a Duration or a Number (in which case the unit of measurement, for example month, is specified by the unitCode property).

Can be used on: https://schema.org/UnitPriceSpecification

Implementation

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