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

getJson() public static method

Gets Json String of Object WebhookEventType
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"name":"TestSample","description":"TestSample","status":"TestSample"}';
    }

Usage Example

 /**
  * Gets Json String of Object Webhook
  * @return string
  */
 public static function getJson()
 {
     return '{"id":"TestSample","url":"http://www.google.com","event_types":' . WebhookEventTypeTest::getJson() . ',"links":' . LinksTest::getJson() . '}';
 }
All Usage Examples Of PayPal\Test\Api\WebhookEventTypeTest::getJson