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

NAME

eBay::API::XML::Call::AddDispute::AddDisputeRequestType

DESCRIPTION

Enables a seller to create a new Unpaid Item dispute. (Item Not Received disputes can only be created via the eBay web site.)

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::AddDispute::AddDisputeRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setDisputeExplanation()

An explanation of the dispute that supplements the DisputeReason. The allowed value depends on the value of DisputeReason.

  RequiredInput: Yes
#    Argument: 'ns:DisputeExplanationCodeType'

getDisputeExplanation()

# Returns: 'ns:DisputeExplanationCodeType'

setDisputeReason()

The top-level reason for the Unpaid Item Dispute. DisputeReasonCodeType has several possible values. However, only BuyerHasNotPaid and TransactionMutuallyCanceled apply to AddDispute--you can only use AddDisputeCall to create Unpaid Item disputes.

  RequiredInput: Yes
#    Argument: 'ns:DisputeReasonCodeType'

getDisputeReason()

# Returns: 'ns:DisputeReasonCodeType'

setItemID()

The eBay ID of the item in dispute, an item which has been sold but not yet paid for.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

  RequiredInput: Yes
#    Argument: 'ns:ItemIDType'

getItemID()

# Returns: 'ns:ItemIDType'

setTransactionID()

The eBay ID of a transaction, created when the buyer committed to purchasing the item. A transaction ID is unique to the item but not across the entire eBay site. The transaction ID must be combined with an item ID to uniquely identify an item.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, transaction IDs are usually 9 to 12 digits.)

  RequiredInput: Yes
#    Argument: 'xs:string'

getTransactionID()

# Returns: 'xs:string'