PHP Class PayPal\EBLBaseComponents\GetAuthDetailsResponseDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Afficher le fichier Open project: paypal/merchant-sdk-php

Méthodes publiques

Свойство Type Description
$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.

Property Details

$Email public_oe property

The email address of the user. Character length and limitations: 256 single-byte alphanumeric characters.
public string $Email
Résultat string

$FirstName public_oe property

The first name of the User. Character length and limitations: 127 single-byte alphanumeric characters
public string $FirstName
Résultat string

$LastName public_oe property

The Last name of the user. Character length and limitations: 127 single-byte alphanumeric characters
public string $LastName
Résultat string

$PayerID public_oe property

Required Character length and limitations: 127 single-byte characters.
public string $PayerID
Résultat string