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

NAME

eBay::API::XML::Call::AddDisputeResponse::AddDisputeResponseRequestType

DESCRIPTION

Allows a seller to respond to an Unpaid Item or Item Not Received dispute. The response can add a comment or close the dispute.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::AddDisputeResponse::AddDisputeResponseRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setDisputeActivity()

The type of activity the seller is taking on the dispute. The allowed value is determined by the current value of DisputeState, returned by GetDispute or GetUserDisputes. Some values are for Unpaid Item disputes and some are for Item Not Received disputes.

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=UnpaidItemDisputes Title: Unpaid Item Disputes , URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=ItemNotReceivedDisputes Title: Item Not Received Disputes

  RequiredInput: Conditionally
#    Argument: 'ns:DisputeActivityCodeType'

getDisputeActivity()

# Returns: 'ns:DisputeActivityCodeType'

setDisputeID()

The unique identifier of the dispute, returned when the dispute was created.

  RequiredInput: Yes
#    Argument: 'ns:DisputeIDType'

getDisputeID()

# Returns: 'ns:DisputeIDType'

setMessageText()

The text of a comment or response being posted to the dispute. Required when DisputeActivity is SellerAddInformation, SellerComment, or SellerPaymentNotReceived; otherwise, optional.

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getMessageText()

# Returns: 'xs:string'

setShipmentTrackNumber()

The shipper's tracking number for the item being shipped. Required if DisputeActivity is SellerShippedItem; otherwise, optional.

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getShipmentTrackNumber()

# Returns: 'xs:string'

setShippingCarrierUsed()

The shipping carrier used for the item in dispute. Required if DisputeActivity is SellerShippedItem; otherwise, optional.

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getShippingCarrierUsed()

# Returns: 'xs:string'

setShippingTime()

The date the item under dispute was shipped. Required if DisputeActivity is SellerShippedItem; otherwise, optional.

  RequiredInput: Conditionally
#    Argument: 'xs:dateTime'

getShippingTime()

# Returns: 'xs:dateTime'