Class CreditCardList
Class CreditCardList
A list of Credit Card Resources
- PayPal\Common\PayPalModel
- PayPal\Common\PayPalResourceModel implements PayPal\Rest\IResource
- PayPal\Api\CreditCardList
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
setTotalItems( integer $total_items )
Total number of items present in the given list. Note that the number of items might be larger than the records in the current page. |
public
integer
|
#
getTotalItems( )
Total number of items present in the given list. Note that the number of items might be larger than the records in the current page. |
public
|
#
setTotalPages( integer $total_pages )
Total number of pages that exist, for the total number of items, with the given page size. |
public
integer
|
#
getTotalPages( )
Total number of pages that exist, for the total number of items, with the given page size. |
Methods inherited from PayPal\Common\PayPalResourceModel
addLink()
,
executeCall()
,
getLink()
,
getLinks()
,
removeLink()
,
setLinks()
,
updateAccessToken()
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()