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

getJson() public static method

Gets Json String of Object TemplateSettingsMetadata
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"hidden":true}';
    }

Usage Example

 /**
  * Gets Json String of Object TemplateSettings
  * @return string
  */
 public static function getJson()
 {
     return '{"field_name":"TestSample","display_preference":' . TemplateSettingsMetadataTest::getJson() . '}';
 }