Inherits from NSObject
Conforms to PicoBindable
Declared in Shopping_FeedbackPeriodType.h
Shopping_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.

@ingroup ShoppingInterface

Tasks

  •   periodInDays

    Indicates the time period for the feedback count. Returns a value indicating
    the number of days prior to the call for which feedbacks of the particular
    type are counted.

    property
  •   count

    Count of the feedbacks received by the user for the time period prior to the
    call indicated in PeriodInDays.

    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

Shopping_FeedbackPeriodType.h

count

Count of the feedbacks received by the user for the time period prior to the
call indicated in PeriodInDays.

@property (nonatomic, retain) NSNumber *count

Discussion

Count of the feedbacks received by the user for the time period prior to the
call indicated in PeriodInDays.

type : NSNumber, wrapper for primitive long

Declared In

Shopping_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 feedbacks of the particular
type are counted.

@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 feedbacks of the particular
type are counted.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FeedbackPeriodType.h