| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Text.HTML5.MetaData.Schema.PriceSpecification
- data PriceSpecification = PriceSpecification {
- eligibleQuantity :: EligibleQuantity
- eligibleTransactionVolume :: EligibleTransactionVolume
- maxPrice :: MaxPrice
- minPrice :: MinPrice
- price :: Price
- priceCurrency :: PriceCurrency
- validFrom :: ValidFrom
- validThrough :: ValidThrough
- valueAddedTaxIncluded :: ValueAddedTaxIncluded
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data PriceSpecification Source
A structured value representing a monetary amount. Typically, only the subclasses of this type are used for markup.
id- PriceSpecification
label- Price Specification
comment- A structured value representing a monetary amount. Typically, only the subclasses of this type are used for markup.
ancestorsThing,Intangible,StructuredValuesubtypesDeliveryChargeSpecification,PaymentChargeSpecification,UnitPriceSpecificationsupertypesStructuredValueurl- http://schema.org/PriceSpecification
Constructors