eBay::API::XML::DataType::DisputeResolutionType - eBay::API::XML::DataType::DisputeResolutionType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::DisputeResolutionType

DESCRIPTION

Top

Contains all information about a dispute resolution. A dispute can have a resolution even if the seller does not receive payment. The resolution can have various results, including a Final Value Fee credit to the seller or a strike to the buyer.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setDisputeResolutionReason()

The reason for the resolution. The DisputeResolutionReason results in the action described by the DisputeResolutionRecordType.

# Argument: 'ns:DisputeResolutionReasonCodeType'

getDisputeResolutionReason()

  Calls: GetUserDisputes
  Returned: Conditionally
  Details: DetailLevel: ReturnAll, none

# Returns: 'ns:DisputeResolutionReasonCodeType'

setDisputeResolutionRecordType()

The action resulting from the resolution, affecting either the buyer or the seller.

# Argument: 'ns:DisputeResolutionRecordTypeCodeType'

getDisputeResolutionRecordType()

  Calls: GetUserDisputes
  Returned: Conditionally
  Details: DetailLevel: ReturnAll, none

# Returns: 'ns:DisputeResolutionRecordTypeCodeType'

setResolutionTime()

The date and time the dispute was resolved, in GMT.

# Argument: 'xs:dateTime'

getResolutionTime()

  Calls: GetUserDisputes
  Returned: Conditionally
  Details: DetailLevel: ReturnAll, none

# Returns: 'xs:dateTime'


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