Omnipay\Alipay\Requests\LegacyCompletePurchaseRequest::setVerifyNotifyId PHP Méthode

setVerifyNotifyId() public méthode

public setVerifyNotifyId ( boolean $verifyNotifyId ) : LegacyCompletePurchaseRequest
$verifyNotifyId boolean
Résultat LegacyCompletePurchaseRequest
    public function setVerifyNotifyId($verifyNotifyId)
    {
        $this->verifyNotifyId = $verifyNotifyId;
        return $this;
    }