Adyen · JSON-LD Context

Adyen Payments Mandate Context

JSON-LD context defining the semantic vocabulary for Adyen Payments Mandate from Adyen.

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

Mandate

Properties

Property Type Container
amount string
amountRule string
billingAttemptsRule string
billingDay string
endsAt string
frequency string
remarks string
startsAt 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#",
    "Mandate": "adyen:Mandate",
    "amount": {
      "@id": "adyen:amount",
      "@type": "xsd:string"
    },
    "amountRule": {
      "@id": "adyen:amountRule",
      "@type": "xsd:string"
    },
    "billingAttemptsRule": {
      "@id": "adyen:billingAttemptsRule",
      "@type": "xsd:string"
    },
    "billingDay": {
      "@id": "adyen:billingDay",
      "@type": "xsd:string"
    },
    "endsAt": {
      "@id": "adyen:endsAt",
      "@type": "xsd:string"
    },
    "frequency": {
      "@id": "adyen:frequency",
      "@type": "xsd:string"
    },
    "remarks": {
      "@id": "adyen:remarks",
      "@type": "xsd:string"
    },
    "startsAt": {
      "@id": "adyen:startsAt",
      "@type": "xsd:string"
    }
  }
}