getJson() public static method

Gets Json String of Object PayoutBatchHeader
public static getJson ( ) : string
return string
 /**
  * Gets Json String of Object PayoutBatch
  * @return string
  */
 public static function getJson()
 {
     return '{"batch_header":' . PayoutBatchHeaderTest::getJson() . ',"items":' . PayoutItemDetailsTest::getJson() . '}';
 }