PHP Class PayPal\PayPalAPI\UpdateAccessPermissionsRequestType

Inheritance: extends PayPal\EBLBaseComponents\AbstractRequestType
Show file Open project: paypal/merchant-sdk-php Class Usage Examples

Public Properties

Property Type Description
$PayerID string Unique PayPal customer account number, the value of which was returned by GetAuthDetails Response. Required Character length and limitations: 20 single-byte characters

Public Methods

Method Description
__construct ( $PayerID = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $PayerID = null )

Property Details

$PayerID public property

Unique PayPal customer account number, the value of which was returned by GetAuthDetails Response. Required Character length and limitations: 20 single-byte characters
public string $PayerID
return string