Type name: PriceSpecification
Extends StructuredValue
| Name | Type | Description | 
|---|---|---|
| eligibleQuantity | 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. | 
| eligibleTransactionVolume | PriceSpecification | The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount. | 
| maxPrice | Number | The highest price if the price is a range. | 
| minPrice | Number | The lowest price if the price is a range. | 
| price | Number or Text | Total price of the Reservation. | 
| priceCurrency | Text | The currency (in 3-letter ISO 4217 format) of the Reservation's price. | 
| validFrom | DateTime | The date when the item becomes valid. | 
| validThrough | DateTime | The end of the validity of offer, price specification, or opening hours data. | 
| valueAddedTaxIncluded | Boolean | Specifies whether the applicable value-added tax (VAT) is included in the price specification or not. |