PayAction

From getSchema

Jump to: navigation, search

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",         "url": "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