Class PaymentHistory
Class PaymentHistory
List of Payments made by the seller.
-
PayPal\Common\PayPalModel
-
PayPal\Api\PaymentHistory
Methods summary
public
|
|
public
PayPal\Api\Payment[]
|
#
getPayments( )
A list of Payment resources
A list of Payment resources
Returns
|
public
|
|
public
|
|
public
|
#
setCount( integer $count )
Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items. Maximum value: 20.
Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items. Maximum value: 20.
Parameters
Returns
$this
|
public
integer
|
#
getCount( )
Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items. Maximum value: 20.
Number of items returned in each range of results. Note that the last results range could have fewer items than the requested number of items. Maximum value: 20.
Returns
integer
|
public
|
#
setNextId( string $next_id )
Identifier of the next element to get the next range of results.
Identifier of the next element to get the next range of results.
Parameters
Returns
$this
|
public
string
|
#
getNextId( )
Identifier of the next element to get the next range of results.
Identifier of the next element to get the next range of results.
Returns
string
|
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()