Adyen · Schema

TotalFilter

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-totalfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TotalFilter",
  "title": "TotalFilter",
  "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}$"
    }
  }
}