getJson() public static method

Gets Json String of Object CountryCode
public static getJson ( ) : string
return string
Example #1
0
 /**
  * Gets Json String of Object CarrierAccount
  * @return string
  */
 public static function getJson()
 {
     return '{"id":"TestSample","phone_number":"TestSample","external_customer_id":"TestSample","phone_source":"TestSample","country_code":' . CountryCodeTest::getJson() . '}';
 }