PHP 클래스 PayPal\Api\PaymentHistory

상속: extends PayPal\Common\PPModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
addPayment ( Payment $payment ) Append Payments to the list.
getCount ( ) : integer 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.
getNextId ( ) : string Identifier of the next element to get the next range of results.
getPayments ( ) : Payment[] A list of Payment resources
removePayment ( Payment $payment ) Remove Payments from the list.
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.
setNextId ( string $next_id ) Identifier of the next element to get the next range of results.
setPayments ( Payment[] $payments ) A list of Payment resources

메소드 상세

addPayment() 공개 메소드

Append Payments to the list.
public addPayment ( Payment $payment )
$payment Payment

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.
public getCount ( ) : integer
리턴 integer

getNextId() 공개 메소드

Identifier of the next element to get the next range of results.
public getNextId ( ) : string
리턴 string

getPayments() 공개 메소드

A list of Payment resources
public getPayments ( ) : Payment[]
리턴 Payment[]

removePayment() 공개 메소드

Remove Payments from the list.
public removePayment ( Payment $payment )
$payment Payment

setCount() 공개 메소드

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.
public setCount ( integer $count )
$count integer

setNextId() 공개 메소드

Identifier of the next element to get the next range of results.
public setNextId ( string $next_id )
$next_id string

setPayments() 공개 메소드

A list of Payment resources
public setPayments ( Payment[] $payments )
$payments Payment[]