Adyen · Schema

SuspendAccountHolderRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolderCode string The code of the account holder to be suspended.
View JSON Schema on GitHub

JSON Schema

adyen-suspendaccountholderrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SuspendAccountHolderRequest",
  "title": "SuspendAccountHolderRequest",
  "properties": {
    "accountHolderCode": {
      "description": "The code of the account holder to be suspended.",
      "type": "string"
    }
  },
  "required": [
    "accountHolderCode"
  ],
  "type": "object"
}