TradeAction

From getSchema

Revision as of 17:38, 29 October 2014 by Popa Ion Andrei (Talk | contribs)
(diff) ? Older revision | Latest revision (diff) | Newer revision ? (diff)

Jump to: navigation, search

Contents

Description

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.

Examples

John Patronson gave Jack Michaels a pair of running shoes for 19.99?

{     "@context": "http://schema.org/",     "@type": "TradeAction",     "agent": {         "@type": "Person",         "givenName": "John",         "familyName": "Patronson"     },     "object": {         "@type": "Product",         "name": "running shoes",         "brand": "Nike",         "sameAs": "http://ShoeStore.de/running_shoes/12345"     },     "participant": {         "@type": "Person",         "givenName": "Jack",         "familyName": "Michaels"     },     "price": "19.99",     "priceCurrency": "EUR" }

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox