Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.HTML5.MetaData.Schema.SellAction
- data SellAction = SellAction {
- buyer :: Buyer
- price :: Price
- priceSpecification :: PriceSpecification
- actionStatus :: ActionStatus
- agent :: Agent
- endTime :: EndTime
- error :: Error
- instrument :: Instrument
- location :: Location
- object :: Object
- participant :: Participant
- result :: Result
- startTime :: StartTime
- target :: Target
- additionalType :: AdditionalType
- alternateName :: AlternateName
- description :: Description
- image :: Image
- mainEntityOfPage :: MainEntityOfPage
- name :: Name
- potentialAction :: PotentialAction
- sameAs :: SameAs
- url :: Url
Documentation
data SellAction Source
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.
id
- SellAction
label
- Sell Action
comment
- 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.
ancestors
Thing
,Action
,TradeAction
subtypes
supertypes
TradeAction
url
- http://schema.org/SellAction
Constructors
SellAction | |
Fields
|