PayPal\Test\Api\PatchRequestTest::getJson PHP 메소드

getJson() 공개 정적인 메소드

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