PHP Class PayPal\EBLBaseComponents\GetAuthDetailsResponseDetailsType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property 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 property

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

$FirstName public property

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

$LastName public property

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

$PayerID public property

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