{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.TradeAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment. data TradeAction instance Show TradeAction instance Read TradeAction instance Eq TradeAction instance Typeable TradeAction instance MetaData TradeAction