Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 874 Bytes

delete-dispute-evidence-response.md

File metadata and controls

42 lines (33 loc) · 874 Bytes

Delete Dispute Evidence Response

Defines the fields in a DeleteDisputeEvidence response.

Structure

DeleteDisputeEvidenceResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Information about errors encountered during the request.

Example (as JSON)

{
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}