Raise A Dispute

An interface called IThirdPartyOrderOperations from the namespace XendBridgeSDK.Services.Interfaces is provided, in which the method RaiseThirdPartyDispute would be called. An object argument is passed called OrderDisputeRequest which would return the response for raising a dispute method call.

A generic BaseResponse<T> class is returned on all the method calls.

The response returned from raising the dispute is BaseResponse<DisputeResponse> , which the following properties are as follows;

After the response is returned, the property DisputeReference is used to integrate the XendBridge Chat SDK into your application.

Please see the function from your IDE or visit here to see the request and response models in detail.

Last updated