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

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::NotificationStatisticsType

DESCRIPTION ^

Summary information about notifications delivered, failed, errors, queued for a given application ID and time period.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setDeliveredCount()

Returns the number of notifications delivered successfully during the given time period.

# Argument: 'xs:int'

getDeliveredCount()

  Calls: GetNotificationsUsage
  Returned: Always

# Returns: 'xs:int'

setErrorCount()

Returns the number of notifications for which there were delivery errors during the given time period.

# Argument: 'xs:int'

getErrorCount()

  Calls: GetNotificationsUsage
  Returned: Always

# Returns: 'xs:int'

setExpiredCount()

Returns the number of notifications that permanently failed during the given time period.

# Argument: 'xs:int'

getExpiredCount()

  Calls: GetNotificationsUsage
  Returned: Always

# Returns: 'xs:int'

setQueuedNewCount()

Returns the number of new notifications that were queued during the given time period.

# Argument: 'xs:int'

getQueuedNewCount()

  Calls: GetNotificationsUsage
  Returned: Always

# Returns: 'xs:int'

setQueuedPendingCount()

Returns the number of pending notifications in the queue during the given time period.

# Argument: 'xs:int'

getQueuedPendingCount()

  Calls: GetNotificationsUsage
  Returned: Always

# Returns: 'xs:int'

syntax highlighting: