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

NAME

eBay::API::XML::Call::GetUserDisputes::GetUserDisputesRequestType

DESCRIPTION

Requests a list of disputes the requester is involved in as buyer or seller. The list includes both Unpaid Item and Item Not Received disputes and can be filtered according to DisputeFilterType. Use a DetailLevel of ReturnAll to return all data about each dispute, including DisputeResolution and DisputeMessage elements.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetUserDisputes::GetUserDisputesRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setDisputeFilterType()

A filter that specifies a subset of disputes to return. The return list includes both Item Not Received and Unpaid Item disputes.

  RequiredInput: No
#    Argument: 'ns:DisputeFilterTypeCodeType'

getDisputeFilterType()

# Returns: 'ns:DisputeFilterTypeCodeType'

setDisputeSortType()

The value and sequence to use to sort the returned disputes.

  RequiredInput: No
#    Argument: 'ns:DisputeSortTypeCodeType'

getDisputeSortType()

# Returns: 'ns:DisputeSortTypeCodeType'

setModTimeFrom()

A filter that retrieves disputes whose DisputeModifiedTime is later than or equal to this value. Specify the time value in GMT. See the eBay Web Services documentation for information about specifying time values. For more precise control of the date range filter, it is a good practice to also specify ModTimeTo. Otherwise, the end of the date range is the present time. Filtering by date range is optional. You can use date range filters in combination with other filters like DisputeFilterType to control the amount of data returned.

  RequiredInput: No
#    Argument: 'xs:dateTime'

getModTimeFrom()

# Returns: 'xs:dateTime'

setModTimeTo()

A filter that retrieves disputes whose DisputeModifiedTime is earlier than or equal to this value. Specify the time value in GMT. See the eBay Web Services documentation for information about specifying time values. For more precise control of the date range filter, it is a good practice to also specify ModTimeFrom. Otherwise, all available disputes modified prior to the ModTimeTo value are returned. Filtering by date range is optional. You can use date range filters in combination with other filters like DisputeFilterType to control the amount of data returned.

  RequiredInput: No
#    Argument: 'xs:dateTime'

getModTimeTo()

# Returns: 'xs:dateTime'

setPagination()

The virtual page number of the result set to display. A result set has a number of disputes divided into virtual pages, with 200 disputes per page. The response can only display one page. The first page in the result set is number 1. Required. If not specified, a warning is returned and Pagination.PageNumber is set to 1 by default.

  RequiredInput: Yes
#    Argument: 'ns:PaginationType'

getPagination()

# Returns: 'ns:PaginationType'