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

getJson() public static method

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