PHP Class PayPal\EBLBaseComponents\IdentityTokenInfoType

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

Public Properties

Property Type Description
$AccessToken string Identity Access token from merchant

Public Methods

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

Method Details

__construct() public method

Constructor with arguments
public __construct ( $AccessToken = null )

Property Details

$AccessToken public property

Identity Access token from merchant
public string $AccessToken
return string