getJson() 공개 정적인 메소드

Gets Json String of Object CountryCode
public static getJson ( ) : string
리턴 string
예제 #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() . '}';
 }