Adyen · Schema

TotalFilter

TotalFilter schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
POIID string
SaleID string
OperatorID string
ShiftNumber string
TotalsGroupID string
View JSON Schema on GitHub

JSON Schema

terminal-total-filter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-total-filter-schema.json",
  "title": "TotalFilter",
  "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}$"
    }
  }
}