Tim Keefer > eBay-API > eBay::API::XML::DataType::FeedbackPeriodType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

DESCRIPTION ^

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 ^

INHERITANCE ^

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

Subroutines: ^

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'

syntax highlighting: