TradeAction

From getSchema
Jump to: navigation, search

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" }