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

NAME

eBay::API::XML::DataType::DisputeMessageType

DESCRIPTION

Contains a message posted to a dispute. The message can be posted by the buyer, the seller, or an eBay representative.

SYNOPSIS

INHERITANCE

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

Subroutines:

setMessageCreationTime()

The date and time the message was created, in GMT.

# Argument: 'xs:dateTime'

getMessageCreationTime()

  Calls: GetDispute
  Returned: Always

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

# Returns: 'xs:dateTime'

setMessageID()

An ID that uniquely identifies the message.

# Argument: 'xs:int'

getMessageID()

  Calls: GetDispute
  Returned: Always

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

# Returns: 'xs:int'

setMessageSource()

The party who posted the message: the buyer, the seller, or an eBay representative.

# Argument: 'ns:DisputeMessageSourceCodeType'

getMessageSource()

  Calls: GetDispute
  Returned: Always

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

# Returns: 'ns:DisputeMessageSourceCodeType'

setMessageText()

The text of the message.

# Argument: 'xs:string'

getMessageText()

  Calls: GetDispute
  Returned: Always

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

# Returns: 'xs:string'