getJson() public static method

Gets Json String of Object FundingSource
public static getJson ( ) : string
return string
Example #1
0
 /**
  * Gets Json String of Object FundingOption
  *
  * @return string
  */
 public static function getJson()
 {
     return '{"id":"TestSample","funding_sources":' . FundingSourceTest::getJson() . ',"backup_funding_instrument":' . FundingInstrumentTest::getJson() . ',"currency_conversion":' . CurrencyConversionTest::getJson() . ',"installment_info":' . InstallmentInfoTest::getJson() . ',"links":' . LinksTest::getJson() . '}';
 }