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

getJson() 공개 정적인 메소드

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