eBay::API::XML::DataType::DisputeFilterCountType - eBay::API::XML::DataType::DisputeFilterCountType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::DisputeFilterCountType

DESCRIPTION

Top

The number of disputes that match a given filter.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setDisputeFilterType()

A filter used to reduce the number of disputes returned. The filter uses criteria such as whether the dispute is awaiting a response, is closed, or is eligible for credit. Both Unpaid Item and Item Not Received disputes can be returned for the same filter value.

# Argument: 'ns:DisputeFilterTypeCodeType'

getDisputeFilterType()

  Calls: GetUserDisputes
  Returned: Always
  Details: DetailLevel: ReturnSummary, ReturnAll, none

# Returns: 'ns:DisputeFilterTypeCodeType'

setTotalAvailable()

The number of disputes that match the filter. In the GetUserDisputes response, not returned for the filter type that was used in the request.

# Argument: 'xs:int'

getTotalAvailable()

  Calls: GetUserDisputes
  Returned: Always
  Details: DetailLevel: ReturnSummary, ReturnAll, none

# Returns: 'xs:int'


eBay-API documentation  | view source Contained in the eBay-API distribution.