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
-
periodInDays
Indicates 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. -
count
Count 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_FeedbackPeriodType.h
count
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 *count
Discussion
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.h
periodInDays
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 *periodInDays
Discussion
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