Class Payee
Class Payee
A resource representing a Payee who receives the funds and fulfills the order.
-
PayPal\Common\PayPalModel
-
PayPal\Api\Payee
Methods summary
public
|
#
setEmail( string $email )
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 receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
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 receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
Parameters
Returns
$this
|
public
string
|
#
getEmail( )
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 receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
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 receive PayPal Wallet Payments. Direct Credit Card Payments will be denied due to card compliance requirements.
Returns
string
|
public
|
#
setMerchantId( string $merchant_id )
Encrypted PayPal account identifier for the Payee.
Encrypted PayPal account identifier for the Payee.
Parameters
Returns
$this
|
public
string
|
#
getMerchantId( )
Encrypted PayPal account identifier for the Payee.
Encrypted PayPal account identifier for the Payee.
Returns
string
|
public
|
#
setFirstName( string $first_name )
First Name of the Payee.
Deprecated
Not publicly available
Parameters
Returns
$this
|
public
string
|
#
getFirstName( )
First Name of the Payee.
Deprecated
Not publicly available
Returns
string
|
public
|
#
setLastName( string $last_name )
Last Name of the Payee.
Deprecated
Not publicly available
Parameters
Returns
$this
|
public
string
|
#
getLastName( )
Last Name of the Payee.
Deprecated
Not publicly available
Returns
string
|
public
|
#
setAccountNumber( string $account_number )
Unencrypted PayPal account Number of the Payee
Unencrypted PayPal account Number of the Payee
Deprecated
Not publicly available
Parameters
Returns
$this
|
public
string
|
#
getAccountNumber( )
Unencrypted PayPal account Number of the Payee
Unencrypted PayPal account Number of the Payee
Deprecated
Not publicly available
Returns
string
|
public
|
#
setPhone( PayPal\Api\Phone $phone )
Information related to the Payee.
Information related to the Payee.
Deprecated
Not publicly available
Parameters
Returns
$this
|
public
PayPal\Api\Phone
|
#
getPhone( )
Information related to the Payee.
Information related to the Payee.
Deprecated
Not publicly available
Returns
|
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()