Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 533 Bytes

retrieve-dispute-response.md

File metadata and controls

24 lines (16 loc) · 533 Bytes

Retrieve Dispute Response

Defines fields in a RetrieveDispute response.

Structure

RetrieveDisputeResponse

Fields

Name Type Tags Description
Errors IList<Models.Error> Optional Information on errors encountered during the request.
Dispute Models.Dispute Optional Represents a dispute a cardholder initiated with their bank.

Example (as JSON)

{
  "errors": null,
  "dispute": null
}