Adyen · JSON-LD Context

Adyen Configuration Update Payment Context

JSON-LD context defining the semantic vocabulary for Adyen Configuration Update Payment from Adyen.

2 Classes 11 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

UpdatePaymentInstrument description

Properties

Property Type Container
balanceAccountId string
bankAccount string
card string
id string
issuingCountryCode string
paymentInstrumentGroupId string
reference string
status string
statusComment string
statusReason string
type 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#",
    "UpdatePaymentInstrument": "adyen:UpdatePaymentInstrument",
    "balanceAccountId": {
      "@id": "adyen:balanceAccountId",
      "@type": "xsd:string"
    },
    "bankAccount": {
      "@id": "adyen:bankAccount",
      "@type": "xsd:string"
    },
    "card": {
      "@id": "adyen:card",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "id": {
      "@id": "adyen:id",
      "@type": "xsd:string"
    },
    "issuingCountryCode": {
      "@id": "adyen:issuingCountryCode",
      "@type": "xsd:string"
    },
    "paymentInstrumentGroupId": {
      "@id": "adyen:paymentInstrumentGroupId",
      "@type": "xsd:string"
    },
    "reference": {
      "@id": "adyen:reference",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "adyen:status",
      "@type": "xsd:string"
    },
    "statusComment": {
      "@id": "adyen:statusComment",
      "@type": "xsd:string"
    },
    "statusReason": {
      "@id": "adyen:statusReason",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "adyen:type",
      "@type": "xsd:string"
    }
  }
}