Adyen · JSON-LD Context

Adyen Terminal Amounts Resp Context

JSON-LD context defining the semantic vocabulary for Adyen Terminal Amounts Resp from Adyen.

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

AmountsResp

Properties

Property Type Container
Currency string
AuthorizedAmount decimal
TotalRebatesAmount decimal
TotalFeesAmount decimal
CashBackAmount decimal
TipAmount decimal

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#",
    "AmountsResp": "adyen:AmountsResp",
    "Currency": {
      "@id": "adyen:Currency",
      "@type": "xsd:string"
    },
    "AuthorizedAmount": {
      "@id": "adyen:AuthorizedAmount",
      "@type": "xsd:decimal"
    },
    "TotalRebatesAmount": {
      "@id": "adyen:TotalRebatesAmount",
      "@type": "xsd:decimal"
    },
    "TotalFeesAmount": {
      "@id": "adyen:TotalFeesAmount",
      "@type": "xsd:decimal"
    },
    "CashBackAmount": {
      "@id": "adyen:CashBackAmount",
      "@type": "xsd:decimal"
    },
    "TipAmount": {
      "@id": "adyen:TipAmount",
      "@type": "xsd:decimal"
    }
  }
}