{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.SellAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction. data SellAction instance Show SellAction instance Read SellAction instance Eq SellAction instance Typeable SellAction instance MetaData SellAction