Trading_FeedbackPeriodType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_FeedbackPeriodType.h Trading_FeedbackPeriodType.m |
Overview
Contains the data for one type of feedback for one predefined time
period. Parent FeedbackPeriodArrayType object indicates the type of
feedback counted: positive, neutral, negative, or total. Output only,
in the summary feedback data returned by GetFeedback.
@ingroup EBayAPIInterface
Tasks
-
periodInDaysIndicates the time period for the feedback count. Returns a value indicating
property
the number of days prior to the call for which feedback entries of the particular
type are counted. Returned if no detail level is specified. -
countCount of the feedback entries received by the user for the time period prior to the
property
call indicated in PeriodInDays. Returned if no detail level is specified. -
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_FeedbackPeriodType.hcount
Count of the feedback entries received by the user for the time period prior to the
call indicated in PeriodInDays. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *countDiscussion
Count of the feedback entries received by the user for the time period prior to the
call indicated in PeriodInDays. Returned if no detail level is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackPeriodType.hperiodInDays
Indicates the time period for the feedback count. Returns a value indicating
the number of days prior to the call for which feedback entries of the particular
type are counted. Returned if no detail level is specified.
@property (nonatomic, retain) NSNumber *periodInDaysDiscussion
Indicates the time period for the feedback count. Returns a value indicating
the number of days prior to the call for which feedback entries of the particular
type are counted. Returned if no detail level is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_FeedbackPeriodType.h