Adyen · JSON-LD Context

Adyen Disputes Defend Dispute Context

JSON-LD context defining the semantic vocabulary for Adyen Disputes Defend Dispute from Adyen.

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

DefendDisputeRequest DefendDisputeResponse

Properties

Property Type Container
defenseReasonCode string
disputePspReference string
merchantAccountCode string
disputeServiceResult 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#",
    "DefendDisputeRequest": "adyen:DefendDisputeRequest",
    "DefendDisputeResponse": "adyen:DefendDisputeResponse",
    "defenseReasonCode": {
      "@id": "adyen:defenseReasonCode",
      "@type": "xsd:string"
    },
    "disputePspReference": {
      "@id": "adyen:disputePspReference",
      "@type": "xsd:string"
    },
    "merchantAccountCode": {
      "@id": "adyen:merchantAccountCode",
      "@type": "xsd:string"
    },
    "disputeServiceResult": {
      "@id": "adyen:disputeServiceResult",
      "@type": "xsd:string"
    }
  }
}