PayPal\Test\Api\NotificationTest::getJson PHP Method

getJson() public static method

Gets Json String of Object Notification
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"subject":"TestSample","note":"TestSample","send_to_merchant":true}';
    }