PHP 클래스 PayPal\Api\VerifyWebhookSignatureResponse

The verify webhook signature response.
상속: extends PayPal\Common\PayPalModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getVerificationStatus ( ) : string The status of the signature verification. Value is SUCCESS or FAILURE.
setVerificationStatus ( string $verification_status ) The status of the signature verification. Value is SUCCESS or FAILURE.

메소드 상세

getVerificationStatus() 공개 메소드

The status of the signature verification. Value is SUCCESS or FAILURE.
public getVerificationStatus ( ) : string
리턴 string

setVerificationStatus() 공개 메소드

Valid Values: ["SUCCESS", "FAILURE"]
public setVerificationStatus ( string $verification_status )
$verification_status string