PayPal\Test\Api\VerifyWebhookSignatureTest::getObject PHP Method

getObject() public static method

Gets Object Instance with Json data filled in
public static getObject ( ) : VerifyWebhookSignature
return PayPal\Api\VerifyWebhookSignature
    public static function getObject()
    {
        return new VerifyWebhookSignature(self::getJson());
    }