Safe Haskell | Safe-Infered |
---|
Text.HTML5.MetaData.Schema.ItemAvailability
- data ItemAvailability
- = Discontinued
- | InStock
- | InStoreOnly
- | OnlineOnly
- | OutOfStock
- | PreOrder
Documentation
data ItemAvailability Source
A list of possible product availablity options.
Constructors
Discontinued | |
InStock | |
InStoreOnly | |
OnlineOnly | |
OutOfStock | |
PreOrder |