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

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_DisputeResolutionType.h

disputeResolutionReason

The reason for the resolution. The DisputeResolutionReason
results in the action described by the DisputeResolutionRecordType.

@property (nonatomic, retain) NSString *disputeResolutionReason

Discussion

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.h

disputeResolutionRecordType

The action resulting from the resolution, affecting either
the buyer or the seller.

@property (nonatomic, retain) NSString *disputeResolutionRecordType

Discussion

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

resolutionTime

The date and time the dispute was resolved, in GMT.

@property (nonatomic, retain) NSDate *resolutionTime

Discussion

The date and time the dispute was resolved, in GMT.

type : NSDate, wrapper for primitive date

Declared In

Trading_DisputeResolutionType.h