Adyen · JSON Structure

Configuration Amount Min Max Requirement Structure

AmountMinMaxRequirement schema from Adyen API

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

AmountMinMaxRequirement is a JSON Structure definition published by Adyen, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description max min type

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/configuration-amount-min-max-requirement-structure.json",
  "description": "AmountMinMaxRequirement schema from Adyen API",
  "type": "object",
  "properties": {
    "description": {
      "description": "Specifies the eligible amounts for a particular route.",
      "type": "string"
    },
    "max": {
      "description": "Maximum amount.",
      "type": "int64"
    },
    "min": {
      "description": "Minimum amount.",
      "type": "int64"
    },
    "type": {
      "default": "amountMinMaxRequirement",
      "description": "**amountMinMaxRequirement**",
      "enum": [
        "amountMinMaxRequirement"
      ],
      "type": "string"
    }
  },
  "required": [
    "type"
  ],
  "additionalProperties": false,
  "name": "AmountMinMaxRequirement"
}