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

NAME

eBay::API::XML::DataType::VeROReportedItemType

DESCRIPTION

A container for item and VeROReportedItem's.

SYNOPSIS

INHERITANCE

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

Subroutines:

setItemID()

The item ID of the item reported for infringment.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

# Argument: 'ns:ItemIDType'

getItemID()

  Calls: GetVeROReportStatus
  Returned: Conditionally

# Returns: 'ns:ItemIDType'

setItemReasonForFailure()

The explanation entered by eBay when an item reported for infringement is given a status of SubmissionFailed or ClarificationRequired.

# Argument: 'xs:string'

getItemReasonForFailure()

  Calls: GetVeROReportStatus
  Returned: Conditionally

# Returns: 'xs:string'

setItemStatus()

The VeRO reporting status for a given item.

# Argument: 'ns:VeROItemStatusCodeType'

getItemStatus()

  Calls: GetVeROReportStatus
  Returned: Conditionally

# Returns: 'ns:VeROItemStatusCodeType'