Adyen · Schema

DisputeServiceResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
errorMessage string The general error message.
success boolean Indicates whether the request succeeded.
View JSON Schema on GitHub

JSON Schema

adyen-disputeserviceresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DisputeServiceResult",
  "title": "DisputeServiceResult",
  "properties": {
    "errorMessage": {
      "description": "The general error message.",
      "type": "string"
    },
    "success": {
      "description": "Indicates whether the request succeeded.",
      "type": "boolean"
    }
  },
  "required": [
    "success"
  ],
  "type": "object"
}