Adyen · JSON-LD Context

Adyen Terminal Transaction Conditions Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Transaction Conditions 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

TransactionConditions

Properties

Property Type Container
AllowedPaymentBrand string set
AcquirerID integer set
DebitPreferredFlag boolean
AllowedLoyaltyBrand string set
LoyaltyHandling string
CustomerLanguage string
ForceOnlineFlag boolean
ForceEntryMode string
MerchantCategoryCode 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#",
    "TransactionConditions": "adyen:TransactionConditions",
    "AllowedPaymentBrand": {
      "@id": "adyen:AllowedPaymentBrand",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "AcquirerID": {
      "@id": "adyen:AcquirerID",
      "@container": "@set",
      "@type": "xsd:integer"
    },
    "DebitPreferredFlag": {
      "@id": "adyen:DebitPreferredFlag",
      "@type": "xsd:boolean"
    },
    "AllowedLoyaltyBrand": {
      "@id": "adyen:AllowedLoyaltyBrand",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "LoyaltyHandling": {
      "@id": "adyen:LoyaltyHandling",
      "@type": "xsd:string"
    },
    "CustomerLanguage": {
      "@id": "adyen:CustomerLanguage",
      "@type": "xsd:string"
    },
    "ForceOnlineFlag": {
      "@id": "adyen:ForceOnlineFlag",
      "@type": "xsd:boolean"
    },
    "ForceEntryMode": {
      "@id": "adyen:ForceEntryMode",
      "@type": "xsd:string"
    },
    "MerchantCategoryCode": {
      "@id": "adyen:MerchantCategoryCode",
      "@type": "xsd:string"
    }
  }
}