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

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::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'

syntax highlighting: