PayPal\Test\Api\PatchRequestTest::getJson PHP Méthode

getJson() public static méthode

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