Trading_FeedbackPeriodArrayType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_FeedbackPeriodArrayType.h Trading_FeedbackPeriodArrayType.m |
Overview
Container for a set of feedback statistics. Contains zero one or
multiple FeedbackPeriod objects. Output only, for the summary
feedback data returned by GetFeedback.
@ingroup EBayAPIInterface
Tasks
-
feedbackPeriod
Contains one feedback statistic giving length of the period being reported
property
(e.g. last 7 days prior to the call), and total number of feedback entries
(of the type given by the container, e.g. positive feedback) submitted during
the indicated period. Returned if no detail level is specified.
Properties
feedbackPeriod
Contains one feedback statistic giving length of the period being reported
(e.g. last 7 days prior to the call), and total number of feedback entries
(of the type given by the container, e.g. positive feedback) submitted during
the indicated period. Returned if no detail level is specified.
@property (nonatomic, retain) NSMutableArray *feedbackPeriod
Discussion
Contains one feedback statistic giving length of the period being reported
(e.g. last 7 days prior to the call), and total number of feedback entries
(of the type given by the container, e.g. positive feedback) submitted during
the indicated period. Returned if no detail level is specified.
entry type : class Trading_FeedbackPeriodType
Declared In
Trading_FeedbackPeriodArrayType.h