Adyen · JSON-LD Context

Adyen Terminal Amounts Req Context

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

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

AmountsReq

Properties

Property Type Container
Currency string
RequestedAmount decimal
CashBackAmount decimal
TipAmount decimal
PaidAmount decimal
MinimumAmountToDeliver decimal
MaximumCashBackAmount decimal
MinimumSplitAmount 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#",
    "AmountsReq": "adyen:AmountsReq",
    "Currency": {
      "@id": "adyen:Currency",
      "@type": "xsd:string"
    },
    "RequestedAmount": {
      "@id": "adyen:RequestedAmount",
      "@type": "xsd:decimal"
    },
    "CashBackAmount": {
      "@id": "adyen:CashBackAmount",
      "@type": "xsd:decimal"
    },
    "TipAmount": {
      "@id": "adyen:TipAmount",
      "@type": "xsd:decimal"
    },
    "PaidAmount": {
      "@id": "adyen:PaidAmount",
      "@type": "xsd:decimal"
    },
    "MinimumAmountToDeliver": {
      "@id": "adyen:MinimumAmountToDeliver",
      "@type": "xsd:decimal"
    },
    "MaximumCashBackAmount": {
      "@id": "adyen:MaximumCashBackAmount",
      "@type": "xsd:decimal"
    },
    "MinimumSplitAmount": {
      "@id": "adyen:MinimumSplitAmount",
      "@type": "xsd:decimal"
    }
  }
}