PayAction

(Difference between revisions)

Jump to: navigation, search

(Created page with "{{#widget:SchemaClass |name=PayAction }} __TOC__ ==Description== A paying action performed by a direct agent to a recipient for a purpose, with a cost. == Examples == Pa…")
 
Line 19: Line 19:
 
     "price": "19.99",
 
     "price": "19.99",
 
     "priceCurrency": "EUR",
 
     "priceCurrency": "EUR",
?
     "purpose": {
+
     "object": {
 
         "@type": "Product",
 
         "@type": "Product",
 
         "name": "running shoes",
 
         "name": "running shoes",

Revision as of 17:18, 29 October 2014

Contents

Description

A paying action performed by a direct agent to a recipient for a purpose, with a cost.

Examples

Pay for a pair of running shoes costing 19.99 EUR on an online shoe store.

{     "@context": "http://schema.org/",     "@type": "PayAction",     "price": "19.99",     "priceCurrency": "EUR",     "object": {         "@type": "Product",         "name": "running shoes",         "brand": "Nike",         "sameAs": "http://ShoeStore.de/running_shoes/12345"     },     "target": {         "@type": "EntryPoint",         "urlTemplate": "http://ShoeStore.de/running_shoes/12345/offer/2345",         "contentType": "application/html",         "httpMethod": "POST",         "application": {             "@type": "WebApplication",             "name": "ShoeStore online store"         }     } }

This Page Semantic Annotations

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox