PHP 클래스 PayPal\Auth\PPSignatureCredential

상속: extends IPPCredential
파일 보기 프로젝트 열기: paypal/sdk-core-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$applicationId string Test application Ids are available for the sandbox environment
$password string API password
$signature string API Signature
$userName string API username

공개 메소드들

메소드 설명
__construct ( $userName, $password, $signature )
getApplicationId ( )
getPassword ( )
getSignature ( )
getUserName ( )
setApplicationId ( $applicationId )
validate ( )

메소드 상세

__construct() 공개 메소드

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

getApplicationId() 공개 메소드

public getApplicationId ( )

getPassword() 공개 메소드

public getPassword ( )

getSignature() 공개 메소드

public getSignature ( )

getUserName() 공개 메소드

public getUserName ( )

setApplicationId() 공개 메소드

public setApplicationId ( $applicationId )

validate() 공개 메소드

public validate ( )

프로퍼티 상세

$applicationId 보호되어 있는 프로퍼티

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

$password 보호되어 있는 프로퍼티

API password
protected string $password
리턴 string

$signature 보호되어 있는 프로퍼티

API Signature
protected string $signature
리턴 string

$userName 보호되어 있는 프로퍼티

API username
protected string $userName
리턴 string