eBay::API::XML::DataType::FeedbackPeriodType - eBay::API::XML::DataType::FeedbackPeriodType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::FeedbackPeriodType

DESCRIPTION

Top

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.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::FeedbackPeriodType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setCount()

Count of the feedbacks received by the user for the time period prior to the call indicated in PeriodInDays. Returned if no detail level is specified.

# Argument: 'xs:int'

getCount()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:int'

setPeriodInDays()

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. Returned if no detail level is specified.

# Argument: 'xs:int'

getPeriodInDays()

  Calls: GetFeedback
  Returned: Conditionally
  Details: DetailLevel: none, ReturnAll

# Returns: 'xs:int'


eBay-API documentation  | view source Contained in the eBay-API distribution.