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

getJson() public static méthode

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