Trading_DisputeFilterCountType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_DisputeFilterCountType.h Trading_DisputeFilterCountType.m |
Tasks
-
disputeFilterType
A filter used to reduce the number of disputes returned. The filter uses criteria
property
such as whether the dispute is awaiting a response, is closed, or is eligible for
credit. Both Unpaid Item and Item Not Received disputes can be returned for the
same filter value. -
totalAvailable
The number of disputes that match the filter.
property
In the GetUserDisputes response, not returned for the filter type
that was used in the request. -
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_DisputeFilterCountType.h
disputeFilterType
A filter used to reduce the number of disputes returned. The filter uses criteria
such as whether the dispute is awaiting a response, is closed, or is eligible for
credit. Both Unpaid Item and Item Not Received disputes can be returned for the
same filter value.
@property (nonatomic, retain) NSString *disputeFilterType
Discussion
A filter used to reduce the number of disputes returned. The filter uses criteria
such as whether the dispute is awaiting a response, is closed, or is eligible for
credit. Both Unpaid Item and Item Not Received disputes can be returned for the
same filter value.
type: string constant in Trading_DisputeFilterTypeCodeType.h
Declared In
Trading_DisputeFilterCountType.h
totalAvailable
The number of disputes that match the filter.
In the GetUserDisputes response, not returned for the filter type
that was used in the request.
@property (nonatomic, retain) NSNumber *totalAvailable
Discussion
The number of disputes that match the filter.
In the GetUserDisputes response, not returned for the filter type
that was used in the request.
type : NSNumber, wrapper for primitive int
Declared In
Trading_DisputeFilterCountType.h