Dispute: Find

See also the Dispute response object. If you want to look up a single dispute using its ID, use the find method.
  1. DOTNET
Dispute dispute = gateway.Dispute().Find("a_dispute_id");
Arguments
DisputeIdrequired, string
The unique dispute identifier.
;;