PHP Класс PayPal\EBLBaseComponents\ReceiverInfoType

Наследование: extends PayPal\Core\PPXmlMessage
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$Business string Email address or account ID of the payment recipient (the seller). Equivalent to Receiver if payment is sent to primary account. Character length and limitations: 127 single-byte alphanumeric characters
$Receiver string If you are the recipient of the payment and the payment is sent to your non-primary email address, the value of Receiver is still your primary email address. Character length and limitations: 127 single-byte alphanumeric characters
$ReceiverID string This value is the same as the value of the recipient's referral ID.

Описание свойств

$Business публичное свойство

Email address or account ID of the payment recipient (the seller). Equivalent to Receiver if payment is sent to primary account. Character length and limitations: 127 single-byte alphanumeric characters
public string $Business
Результат string

$Receiver публичное свойство

If you are the recipient of the payment and the payment is sent to your non-primary email address, the value of Receiver is still your primary email address. Character length and limitations: 127 single-byte alphanumeric characters
public string $Receiver
Результат string

$ReceiverID публичное свойство

This value is the same as the value of the recipient's referral ID.
public string $ReceiverID
Результат string