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