eligibleQuantity constant

IriTerm const eligibleQuantity

eligibleQuantity [Expects: https://schema.org/QuantitativeValue]

The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.

Can be used on: https://schema.org/Demand, https://schema.org/Offer, https://schema.org/PriceSpecification

Implementation

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