Adyen · JSON-LD Context

Adyen Terminal Loyalty Account Context

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

4 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

LoyaltyAccountID LoyaltyAccountReq LoyaltyAccount LoyaltyAccountStatus

Properties

Property Type Container
EntryMode string
IdentificationType string
IdentificationSupport string
LoyaltyID string
CardAcquisitionReference string
LoyaltyBrand string
CurrentBalance decimal
LoyaltyUnit string
Currency 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#",
    "LoyaltyAccountID": "adyen:LoyaltyAccountID",
    "LoyaltyAccountReq": "adyen:LoyaltyAccountReq",
    "LoyaltyAccount": "adyen:LoyaltyAccount",
    "LoyaltyAccountStatus": "adyen:LoyaltyAccountStatus",
    "EntryMode": {
      "@id": "adyen:EntryMode",
      "@type": "xsd:string"
    },
    "IdentificationType": {
      "@id": "adyen:IdentificationType",
      "@type": "xsd:string"
    },
    "IdentificationSupport": {
      "@id": "adyen:IdentificationSupport",
      "@type": "xsd:string"
    },
    "LoyaltyID": {
      "@id": "adyen:LoyaltyID",
      "@type": "xsd:string"
    },
    "CardAcquisitionReference": {
      "@id": "adyen:CardAcquisitionReference",
      "@type": "xsd:string"
    },
    "LoyaltyBrand": {
      "@id": "adyen:LoyaltyBrand",
      "@type": "xsd:string"
    },
    "CurrentBalance": {
      "@id": "adyen:CurrentBalance",
      "@type": "xsd:decimal"
    },
    "LoyaltyUnit": {
      "@id": "adyen:LoyaltyUnit",
      "@type": "xsd:string"
    },
    "Currency": {
      "@id": "adyen:Currency",
      "@type": "xsd:string"
    }
  }
}