Tim Keefer > eBay-API > eBay::API::XML::DataType::DisputeResolutionType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

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

DESCRIPTION ^

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 ^

INHERITANCE ^

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

Subroutines: ^

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'

syntax highlighting: