eBay .NET SDK v575 Full Release

AddDisputeResponseCall Properties

The properties of the AddDisputeResponseCall class are listed below. For a complete list of AddDisputeResponseCall class members, see the AddDisputeResponseCall Members topic.

Public Instance Properties

AbstractRequest (inherited from ApiCall) Gets or sets the Request of the call of type AbstractRequestType.
AbstractResponse (inherited from ApiCall) Gets the Response of the call of type AbstractResponseType.
ApiCallBase The base interface object.
ApiContext (inherited from ApiCall) Gets or sets the ApiContext of the call of type ApiContext.
ApiException (inherited from ApiCall) Gets any exceptions that occured during the API call.
ApiRequest Gets or sets the AddDisputeResponseRequestType for this API call.
ApiResponse Gets the AddDisputeResponseResponseType for this API call.
CallMetricsEntry (inherited from ApiCall) Holds the call metrics object used to optionally track client and server side latencies.
CallRetry (inherited from ApiCall) Gets or sets call retry of type CallRetry.
DetailLevelList (inherited from ApiCall) Gets or sets the DetailLevel of type DetailLevelCodeTypeCollection.
DisputeActivity Gets or sets the DisputeActivity of type DisputeActivityCodeType.
DisputeID Gets or sets the DisputeID of type String.
EnableCompression (inherited from ApiCall) Set to true to ask the server to compress the response data to reduce the transfer size. By default HTTP compression is enabled to improve the performance.
HasError (inherited from ApiCall) Returns true if Error has occured, else false.
HasWarning (inherited from ApiCall) Returns true if warning has occured, else false.
InterfaceServiceType (inherited from ApiCall) Reserved for eBay internal use. The type to be used to create the Web Service service instance.
MessageText Gets or sets the MessageText of type String.
ResponseTime (inherited from ApiCall) Gets the time the API Call took to respond of type TimeSpan
ShipmentTrackNumber Gets or sets the ShipmentTrackNumber of type String.
ShippingCarrierUsed Gets or sets the ShippingCarrierUsed of type String.
ShippingTime Gets or sets the ShippingTime of type DateTime.
Site (inherited from ApiCall) Gets or sets the Site for the API call of type SiteCodeType
SoapRequest (inherited from ApiCall) Gets the last raw web service request of type String
SoapResponse (inherited from ApiCall) Gets the last raw web service response of type String
Timeout (inherited from ApiCall) Gets or sets the Timeout for the API call.
Version (inherited from ApiCall) Gets or sets the Version for the API call.

Protected Internal Instance Properties

DetailLevelOverride (inherited from ApiCall) Prevents DetailLevelList from being sent if set to true.

See Also

AddDisputeResponseCall Class | eBay.Service.Call Namespace