| Safe Haskell | None |
|---|
Text.HTML5.MetaData.Schema.PriceSpecification
- data PriceSpecification = PriceSpecification {
- additionalType :: AdditionalType
- description :: Description
- image :: Image
- name :: Name
- url :: Url
- eligibleQuantity :: EligibleQuantity
- eligibleTransactionVolume :: EligibleTransactionVolume
- maxPrice :: MaxPrice
- minPrice :: MinPrice
- price :: Price
- priceCurrency :: PriceCurrency
- validFrom :: ValidFrom
- validThrough :: ValidThrough
- valueAddedTaxIncluded :: ValueAddedTaxIncluded
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.
ancestors-
Thing,Intangible,StructuredValue subtypes-
DeliveryChargeSpecification,PaymentChargeSpecification,UnitPriceSpecification supertypes-
StructuredValue url- http://schema.org/PriceSpecification
Constructors