Adyen · JSON Structure

Terminal Total Filter Structure

TotalFilter schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

TotalFilter is a JSON Structure definition published by Adyen, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

POIID SaleID OperatorID ShiftNumber TotalsGroupID

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-total-filter-structure.json",
  "description": "TotalFilter schema from Adyen API",
  "type": "object",
  "properties": {
    "POIID": {
      "type": "string",
      "pattern": "^.+$"
    },
    "SaleID": {
      "type": "string",
      "pattern": "^.+$"
    },
    "OperatorID": {
      "type": "string",
      "pattern": "^.+$"
    },
    "ShiftNumber": {
      "type": "string",
      "pattern": "^.+$"
    },
    "TotalsGroupID": {
      "type": "string",
      "pattern": "^.{1,16}$"
    }
  },
  "name": "TotalFilter"
}