Adyen · Schema

TotalDetails

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-totaldetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TotalDetails",
  "title": "TotalDetails",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "OperatorID",
      "POIID",
      "SaleID",
      "ShiftNumber",
      "TotalsGroupID"
    ]
  }
}