eBay .NET SDK v581 Point Release

AddDisputeCall Members

AddDisputeCall overview

Public Instance Constructors

AddDisputeCall Overloaded. Initializes a new instance of the AddDisputeCall class.

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 AddDisputeRequestType for this API call.
ApiResponse Gets the AddDisputeResponseType 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.
DisputeExplanation Gets or sets the DisputeExplanation of type DisputeExplanationCodeType.
DisputeID Gets the returned DisputeID of type String.
DisputeReason Gets or sets the DisputeReason of type DisputeReasonCodeType.
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.
ItemID Gets or sets the ItemID of type String.
ResponseTime (inherited from ApiCall) Gets the time the API Call took to respond of type TimeSpan
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.
TransactionID Gets or sets the TransactionID of type String.
Version (inherited from ApiCall) Gets or sets the Version for the API call.

Public Instance Methods

AddDisputeOverloaded. Enables a seller to create a new Unpaid Item dispute. (Item Not Received disputes can only be created via the eBay web site.)
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Execute (inherited from ApiCall) Sends the AbstractRequest to eBay.
ExecuteRequest (inherited from ApiCall) Sends the Request and returns the Response.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

AfterRequest (inherited from ApiCall) Occurs after the API call returns the response.
BeforeRequest (inherited from ApiCall) Occurs before the API call is sent.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetSecurityHeader (inherited from ApiCall) Constructs a security header from values in ApiContext.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Properties

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

Protected Internal Instance Methods

LogMessage (inherited from ApiCall) Log the message information under the specified type and severity.
LogMessagePayload (inherited from ApiCall) Log the message information under the specified type and severity, in the context of an exception - used for exception-based payload logging. Message type is always assumed to be ApiMessage.

See Also

AddDisputeCall Class | eBay.Service.Call Namespace