PHP Класс PayPal\EBLBaseComponents\GetAuthDetailsResponseDetailsType

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

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

Свойство Тип Описание
$Email string The email address of the user. Character length and limitations: 256 single-byte alphanumeric characters.
$FirstName string The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters
$LastName string The Last name of the user. Character length and limitations: 127 single-byte alphanumeric characters
$PayerID string Required Character length and limitations: 127 single-byte characters.

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

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

The email address of the user. Character length and limitations: 256 single-byte alphanumeric characters.
public string $Email
Результат string

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

The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters
public string $FirstName
Результат string

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

The Last name of the user. Character length and limitations: 127 single-byte alphanumeric characters
public string $LastName
Результат string

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

Required Character length and limitations: 127 single-byte characters.
public string $PayerID
Результат string