Adyen · JSON-LD Context

Adyen Terminal Loyalty Result Context

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

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

LoyaltyResult

Properties

Property Type Container
LoyaltyAccount string
CurrentBalance decimal
LoyaltyAmount string
LoyaltyAcquirerData string
Rebates 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#",
    "LoyaltyResult": "adyen:LoyaltyResult",
    "LoyaltyAccount": {
      "@id": "adyen:LoyaltyAccount",
      "@type": "xsd:string"
    },
    "CurrentBalance": {
      "@id": "adyen:CurrentBalance",
      "@type": "xsd:decimal"
    },
    "LoyaltyAmount": {
      "@id": "adyen:LoyaltyAmount",
      "@type": "xsd:string"
    },
    "LoyaltyAcquirerData": {
      "@id": "adyen:LoyaltyAcquirerData",
      "@type": "xsd:string"
    },
    "Rebates": {
      "@id": "adyen:Rebates",
      "@type": "xsd:string"
    }
  }
}