PHP Class PayPal\Auth\PPSignatureCredential

Inheritance: extends IPPCredential
Mostrar archivo Open project: paypal/sdk-core-php Class Usage Examples

Protected Properties

Property Type Description
$applicationId string Test application Ids are available for the sandbox environment
$password string API password
$signature string API Signature
$userName string API username

Public Methods

Method Description
__construct ( $userName, $password, $signature )
getApplicationId ( )
getPassword ( )
getSignature ( )
getUserName ( )
setApplicationId ( $applicationId )
validate ( )

Method Details

__construct() public method

public __construct ( $userName, $password, $signature )

getApplicationId() public method

public getApplicationId ( )

getPassword() public method

public getPassword ( )

getSignature() public method

public getSignature ( )

getUserName() public method

public getUserName ( )

setApplicationId() public method

public setApplicationId ( $applicationId )

validate() public method

public validate ( )

Property Details

$applicationId protected_oe property

Test application Ids are available for the sandbox environment
protected string $applicationId
return string

$password protected_oe property

API password
protected string $password
return string

$signature protected_oe property

API Signature
protected string $signature
return string

$userName protected_oe property

API username
protected string $userName
return string