Trading_AddDisputeResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_AddDisputeResponseType.h Trading_AddDisputeResponseType.m |
Overview
Type defining the response of the AddDispute call. Upon a successful
call, the response contains a newly created DisputeID value, which confirms that the
the Unpaid Item or Mutually Canceled Transaction case was successfully created.
@ingroup EBayAPIInterface
Tasks
-
disputeID
The unique identifier of the Unpaid Item or Mutually Canceled Transaction case
property
that was successfully created with the AddDispute call.
Properties
disputeID
The unique identifier of the Unpaid Item or Mutually Canceled Transaction case
that was successfully created with the AddDispute call.
@property (nonatomic, retain) NSString *disputeID
Discussion
The unique identifier of the Unpaid Item or Mutually Canceled Transaction case
that was successfully created with the AddDispute call.
type : NSString, wrapper for primitive string
Declared In
Trading_AddDisputeResponseType.h