eligibleQuantity constant

IriTerm const eligibleQuantity

eligibleQuantity [Expects: http://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: http://schema.org/Demand, http://schema.org/Offer, http://schema.org/PriceSpecification

Implementation

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