getJson() public static method

Gets Json String of Object FundingDetail
public static getJson ( ) : string
return string
Example #1
0
 /**
  * Gets Json String of Object FundingSource
  *
  * @return string
  */
 public static function getJson()
 {
     return '{"funding_mode":"TestSample","funding_instrument_type":"TestSample","soft_descriptor":"TestSample","amount":' . CurrencyTest::getJson() . ',"legal_text":"TestSample","funding_detail":' . FundingDetailTest::getJson() . ',"additional_text":"TestSample","extends":' . FundingInstrumentTest::getJson() . ',"links":' . LinksTest::getJson() . '}';
 }