Adyen · JSON-LD Context

Adyen Terminal Instalment Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Instalment from Adyen.

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

Instalment

Properties

Property Type Container
InstalmentType string
SequenceNumber integer
PlanID string
Period integer
PeriodUnit string
FirstPaymentDate date
TotalNbOfPayments integer
CumulativeAmount decimal
FirstAmount decimal
Charges decimal

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#",
    "Instalment": "adyen:Instalment",
    "InstalmentType": {
      "@id": "adyen:InstalmentType",
      "@type": "xsd:string"
    },
    "SequenceNumber": {
      "@id": "adyen:SequenceNumber",
      "@type": "xsd:integer"
    },
    "PlanID": {
      "@id": "adyen:PlanID",
      "@type": "xsd:string"
    },
    "Period": {
      "@id": "adyen:Period",
      "@type": "xsd:integer"
    },
    "PeriodUnit": {
      "@id": "adyen:PeriodUnit",
      "@type": "xsd:string"
    },
    "FirstPaymentDate": {
      "@id": "adyen:FirstPaymentDate",
      "@type": "xsd:date"
    },
    "TotalNbOfPayments": {
      "@id": "adyen:TotalNbOfPayments",
      "@type": "xsd:integer"
    },
    "CumulativeAmount": {
      "@id": "adyen:CumulativeAmount",
      "@type": "xsd:decimal"
    },
    "FirstAmount": {
      "@id": "adyen:FirstAmount",
      "@type": "xsd:decimal"
    },
    "Charges": {
      "@id": "adyen:Charges",
      "@type": "xsd:decimal"
    }
  }
}