Adyen · JSON-LD Context

Adyen Checkout Pay Pal Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Pay Pal from Adyen.

1 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

adyen: https://docs.adyen.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PayPalDetails

Properties

Property Type Container
checkoutAttemptId string
orderID string
payeePreferred string
payerID string
payerSelected string
recurringDetailReference string
storedPaymentMethodId string
subtype string
type string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adyen": "https://docs.adyen.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "PayPalDetails": "adyen:PayPalDetails",
    "checkoutAttemptId": {
      "@id": "adyen:checkoutAttemptId",
      "@type": "xsd:string"
    },
    "orderID": {
      "@id": "adyen:orderID",
      "@type": "xsd:string"
    },
    "payeePreferred": {
      "@id": "adyen:payeePreferred",
      "@type": "xsd:string"
    },
    "payerID": {
      "@id": "adyen:payerID",
      "@type": "xsd:string"
    },
    "payerSelected": {
      "@id": "adyen:payerSelected",
      "@type": "xsd:string"
    },
    "recurringDetailReference": {
      "@id": "adyen:recurringDetailReference",
      "@type": "xsd:string"
    },
    "storedPaymentMethodId": {
      "@id": "adyen:storedPaymentMethodId",
      "@type": "xsd:string"
    },
    "subtype": {
      "@id": "adyen:subtype",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}