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

getJson() public static method

Gets Json String of Object PatchRequest
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"patches":' . PatchTest::getJson() . '}';
    }