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

NAME

eBay::API::XML::Call::GetVeROReportStatus::GetVeROReportStatusResponseType

DESCRIPTION

Contains status information for items reported by the VeRO Program member.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetVeROReportStatus::GetVeROReportStatusResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setHasMoreItems()

If true, there are more items yet to be retrieved. Additional calls with higher page numbers or more items per page must be made to retrieve these items. Not returned if no items match the request.

# Argument: 'xs:boolean'

isHasMoreItems()

  Returned: Conditionally
#    Returns: 'xs:boolean'

setItemsPerPage()

Indicates the maximum number of ItemType objects that can be returned in ReportedItemDetails for any given call.

Max: 200 Min: 1

# Argument: 'xs:int'

getItemsPerPage()

  Returned: Conditionally
#    Returns: 'xs:int'

setPageNumber()

Indicates the page of data returned by the current call. For instance, for the first set of items can be returned, this field has a value of one.

Max: Min: 1

# Argument: 'xs:int'

getPageNumber()

  Returned: Conditionally
#    Returns: 'xs:int'

setPaginationResult()

Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.

# Argument: 'ns:PaginationResultType'

getPaginationResult()

  Returned: Conditionally
#    Returns: 'ns:PaginationResultType'

setReportedItemDetails()

Contains the list of the reported item details. Returns empty if no items are available that match the request.

# Argument: 'ns:VeROReportedItemDetailsType'

getReportedItemDetails()

  Returned: Conditionally
#    Returns: 'ns:VeROReportedItemDetailsType'

setVeROReportPacketID()

The packet ID for status being returned.

Max: Default: Min: # Argument: 'xs:long'

getVeROReportPacketID()

  Returned: Conditionally
#    Returns: 'xs:long'

setVeROReportPacketStatus()

Status of the packet.

# Argument: 'ns:VeROReportPacketStatusCodeType'

getVeROReportPacketStatus()

  Returned: Conditionally
#    Returns: 'ns:VeROReportPacketStatusCodeType'