Adyen · JSON-LD Context

Adyen Checkout Open Invoice Context

JSON-LD context defining the semantic vocabulary for Adyen Checkout Open Invoice from Adyen.

1 Classes 7 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

OpenInvoiceDetails

Properties

Property Type Container
billingAddress string
checkoutAttemptId string
deliveryAddress string
personalDetails string
recurringDetailReference string
storedPaymentMethodId 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#",
    "OpenInvoiceDetails": "adyen:OpenInvoiceDetails",
    "billingAddress": {
      "@id": "adyen:billingAddress",
      "@type": "xsd:string"
    },
    "checkoutAttemptId": {
      "@id": "adyen:checkoutAttemptId",
      "@type": "xsd:string"
    },
    "deliveryAddress": {
      "@id": "adyen:deliveryAddress",
      "@type": "xsd:string"
    },
    "personalDetails": {
      "@id": "adyen:personalDetails",
      "@type": "xsd:string"
    },
    "recurringDetailReference": {
      "@id": "adyen:recurringDetailReference",
      "@type": "xsd:string"
    },
    "storedPaymentMethodId": {
      "@id": "adyen:storedPaymentMethodId",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}