Services_Ebay
[ class tree: Services_Ebay ] [ index: Services_Ebay ] [ all elements ]

Class: Services_Ebay_Call_GetUserDisputes

Source Location: /Services_Ebay-0.13.1/Services/Ebay/Call/GetUserDisputes.php

Class Overview

Services_Ebay_Call
   |
   --Services_Ebay_Call_GetUserDisputes

Get a all disputes the where the current user is either seller or buyer


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: Services_Ebay_Call

Services_Ebay_Call::__construct()
constructor
Services_Ebay_Call::call()
make the API call
Services_Ebay_Call::describeCall()
describe the call
Services_Ebay_Call::setArgs()
set arguments for the API call
Services_Ebay_Call::setDetailLevel()
set the detail level for this call

Class Details

[line 12]
Get a all disputes the where the current user is either seller or buyer

$Id$



[ Top ]


Class Variables

$args = array(
                            'Pagination' => array(
                                                    'PageNumber' => '1'
                                                ))

[line 33]

arguments of the call
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]

$paramMap = array(
                                 'DisputeFilterType',
                                 'DisputeSortType',
                                )

[line 43]

parameter map that is used, when scalar parameters are passed
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]

$since =  361

[line 26]

compatibility level this method was introduced
  • Access: protected

Type:   integer
Overrides:   Array


[ Top ]

$verb =  'GetUserDisputes'

[line 19]

verb of the API call
  • Access: protected

Type:   string
Overrides:   Array


[ Top ]



Method Detail

call   [line 54]

string call( Services_Ebay_Session $session)

make the API call
  • Access: public

Overrides Services_Ebay_Call::call() (make the API call)

Parameters:

object Services_Ebay_Session   $session   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:49:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.