The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::MarkUpMarkDownEventType

DESCRIPTION

Describes an individual mark-up or mark-down event. eBay will automatically mark an application as down if attempts to deliver a notification fail repeatedly. eBay may mark an application down manually under certain circumstances.

SYNOPSIS

INHERITANCE

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

Subroutines:

setReason()

Describes how the application was marked down, automatically or manually. When an application is automatically marked down, eBay will ping the application periodically, and if communication is restored, eBay will automatically mark the application up. If your application is marked down manually, you must contact eBay Developer Support to get your application marked up. A Reason is not provided for mark up events.

# Argument: 'xs:string'

getReason()

  Calls: GetNotificationsUsage
  Returned: Conditionally

# Returns: 'xs:string'

setTime()

Time when the application was marked up or marked down.

# Argument: 'xs:dateTime'

getTime()

  Calls: GetNotificationsUsage
  Returned: Conditionally

# Returns: 'xs:dateTime'

setType()

Whether the application has been marked up or marked down.

# Argument: 'ns:MarkUpMarkDownEventTypeCodeType'

getType()

  Calls: GetNotificationsUsage
  Returned: Conditionally

# Returns: 'ns:MarkUpMarkDownEventTypeCodeType'