PayAction
From getSchema
Revision as of 17:18, 29 October 2014 by Popa Ion Andrei (Talk | contribs)
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
- type = http://schema.org/CreativeWork
- name = PayAction
- url = http://getschema.org/index.php/PayAction
- inLanguage = en
- discussionUrl = http://getschema.org/index.php/Talk:PayAction
- creator = Andrei
- publisher = http://binarypark.org
- publishingPrinciples = getSchema:About
- dateModified = 2014-10-29
- interactionCount = 3,159,076
- version = 2107