Trading_DisputeResolutionType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DisputeResolutionType.h Trading_DisputeResolutionType.m |
Overview
Contains all information about a dispute resolution. A dispute
can have a resolution even if the seller does not receive payment.
The resolution can have various results, including a Final Value Fee credit to
the seller or a strike to the buyer.
@ingroup EBayAPIInterface
Tasks
-
disputeResolutionRecordTypeThe action resulting from the resolution, affecting either
property
the buyer or the seller. -
disputeResolutionReasonThe reason for the resolution. The DisputeResolutionReason
property
results in the action described by the DisputeResolutionRecordType. -
resolutionTimeThe date and time the dispute was resolved, in GMT.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DisputeResolutionType.hdisputeResolutionReason
The reason for the resolution. The DisputeResolutionReason
results in the action described by the DisputeResolutionRecordType.
@property (nonatomic, retain) NSString *disputeResolutionReasonDiscussion
The reason for the resolution. The DisputeResolutionReason
results in the action described by the DisputeResolutionRecordType.
type: string constant in Trading_DisputeResolutionReasonCodeType.h
Declared In
Trading_DisputeResolutionType.hdisputeResolutionRecordType
The action resulting from the resolution, affecting either
the buyer or the seller.
@property (nonatomic, retain) NSString *disputeResolutionRecordTypeDiscussion
The action resulting from the resolution, affecting either
the buyer or the seller.
type: string constant in Trading_DisputeResolutionRecordTypeCodeType.h
Declared In
Trading_DisputeResolutionType.h