Adyen · Schema

UnSuspendAccountHolderRequest

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

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