PHP Class PayPal\PayPalAPI\GetBoardingDetailsRequestType

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

Public Properties

Property Type Description
$Token string A unique token returned by the EnterBoarding API call that identifies this boarding session. RequiredCharacter length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring

Public Methods

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

Method Details

__construct() public method

Constructor with arguments
public __construct ( $Token = null )

Property Details

$Token public property

A unique token returned by the EnterBoarding API call that identifies this boarding session. RequiredCharacter length and limitations: 64 alphanumeric characters. The token has the following format:OB-61characterstring
public string $Token
return string