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
-
disputeResolutionRecordType
The action resulting from the resolution, affecting either
property
the buyer or the seller. -
disputeResolutionReason
The reason for the resolution. The DisputeResolutionReason
property
results in the action described by the DisputeResolutionRecordType. -
resolutionTime
The date and time the dispute was resolved, in GMT.
property -
any
(public property)
property
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