eBay::API::XML::DataType::DisputeArrayType - eBay::API::XML::DataType::DisputeArrayType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::DisputeArrayType

DESCRIPTION

Top

Represents a list of disputes. Can hold zero or more Dispute types, each of which describes a dispute.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setDispute()

The information that describes a dispute, including the buyer's name, the transaction ID, the dispute state and status, whether the dispute is resolved, and any messages posted to the dispute.

# Argument: reference to an array of 'ns:DisputeType'

getDispute()

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

# Returns: reference to an array of 'ns:DisputeType'


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