Adyen · Schema

Fee

PaymentsFinancial ServicesFintech

Properties

Name Type Description
amount object An object containing the fee amount.
View JSON Schema on GitHub

JSON Schema

adyen-fee-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Fee",
  "title": "Fee",
  "properties": {
    "amount": {
      "description": "An object containing the fee amount.",
      "$ref": "#/components/schemas/Amount"
    }
  },
  "required": [
    "amount"
  ],
  "type": "object"
}