getJson() public static method

Gets Json String of Object FundingOption
public static getJson ( ) : string
return string
 /**
  * Gets Json String of Object Payer
  * @return string
  */
 public static function getJson()
 {
     return '{"payment_method":"TestSample","status":"TestSample","account_type":"TestSample","account_age":"TestSample","funding_instruments":' . FundingInstrumentTest::getJson() . ',"funding_option_id":"TestSample","funding_option":' . FundingOptionTest::getJson() . ',"related_funding_option":' . FundingOptionTest::getJson() . ',"payer_info":' . PayerInfoTest::getJson() . '}';
 }