PHP Класс PayPal\Api\Payee

A resource representing a Payee who receives the funds and fulfills the order.
Наследование: extends PayPal\Common\PayPalModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getAccountNumber ( ) : string Unencrypted PayPal account Number of the Payee
getEmail ( ) : string 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.
getFirstName ( ) : string First Name of the Payee.
getLastName ( ) : string Last Name of the Payee.
getMerchantId ( ) : string Encrypted PayPal account identifier for the Payee.
getPhone ( ) : Phone Information related to the Payee.
setAccountNumber ( string $account_number ) Unencrypted PayPal account Number of the Payee
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.
setFirstName ( string $first_name ) First Name of the Payee.
setLastName ( string $last_name ) Last Name of the Payee.
setMerchantId ( string $merchant_id ) Encrypted PayPal account identifier for the Payee.
setPhone ( Phone $phone ) Information related to the Payee.

Описание методов

getAccountNumber() публичный Метод

Unencrypted PayPal account Number of the Payee
Устаревший: Not publicly available
public getAccountNumber ( ) : string
Результат 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.
public getEmail ( ) : string
Результат string

getFirstName() публичный Метод

First Name of the Payee.
Устаревший: Not publicly available
public getFirstName ( ) : string
Результат string

getLastName() публичный Метод

Last Name of the Payee.
Устаревший: Not publicly available
public getLastName ( ) : string
Результат string

getMerchantId() публичный Метод

Encrypted PayPal account identifier for the Payee.
public getMerchantId ( ) : string
Результат string

getPhone() публичный Метод

Information related to the Payee.
Устаревший: Not publicly available
public getPhone ( ) : Phone
Результат Phone

setAccountNumber() публичный Метод

Unencrypted PayPal account Number of the Payee
Устаревший: Not publicly available
public setAccountNumber ( string $account_number )
$account_number string

setEmail() публичный Метод

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.
public setEmail ( string $email )
$email string

setFirstName() публичный Метод

First Name of the Payee.
Устаревший: Not publicly available
public setFirstName ( string $first_name )
$first_name string

setLastName() публичный Метод

Last Name of the Payee.
Устаревший: Not publicly available
public setLastName ( string $last_name )
$last_name string

setMerchantId() публичный Метод

Encrypted PayPal account identifier for the Payee.
public setMerchantId ( string $merchant_id )
$merchant_id string

setPhone() публичный Метод

Information related to the Payee.
Устаревший: Not publicly available
public setPhone ( Phone $phone )
$phone Phone