Adyen · Schema

DeleteDefenseDocumentResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
disputeServiceResult object The result of the dispute service.
View JSON Schema on GitHub

JSON Schema

adyen-deletedefensedocumentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteDefenseDocumentResponse",
  "title": "DeleteDefenseDocumentResponse",
  "properties": {
    "disputeServiceResult": {
      "description": "The result of the dispute service.",
      "$ref": "#/components/schemas/DisputeServiceResult"
    }
  },
  "required": [
    "disputeServiceResult"
  ],
  "type": "object"
}